70 lines
1.2 KiB
TOML
70 lines
1.2 KiB
TOML
[inputs]
|
|
|
|
[inputs.name]
|
|
default = "example"
|
|
display = "Project Name"
|
|
|
|
[inputs.basePackage]
|
|
default = "org.example"
|
|
display = "Base package"
|
|
|
|
[inputs.javaVersion]
|
|
default = "14"
|
|
display = "Java Version"
|
|
|
|
[inputs.kotlinVersion]
|
|
default = "1.4.10"
|
|
display = "Kotlin Version"
|
|
|
|
[dependencies]
|
|
|
|
[dependencies.http4k]
|
|
groupId = "org.http4k"
|
|
artifactId = "http4k-core"
|
|
version = "3.260.0"
|
|
|
|
[dependencies.javalin]
|
|
groupId = "io.javalin"
|
|
artifactId = "javalin"
|
|
version = "3.10.1"
|
|
|
|
[dependencies.pebble]
|
|
groupId = "io.pebbletemplates"
|
|
artifactId = "pebble"
|
|
version = "3.1.4"
|
|
|
|
[dependencies.logback]
|
|
groupId = "ch.qos.logback"
|
|
artifactId = "logback-classic"
|
|
version = "1.2.3"
|
|
default = true
|
|
|
|
[dependencies.mariadb]
|
|
groupId = "org.mariadb.jdbc"
|
|
artifactId = "mariadb-java-client"
|
|
version = "2.6.2"
|
|
|
|
[dependencies.h2]
|
|
groupId = "com.h2database"
|
|
artifactId = "h2"
|
|
version = "1.4.200"
|
|
|
|
[dependencies.flyway]
|
|
groupId = "org.flywaydb"
|
|
artifactId = "flyway-core"
|
|
version = "6.5.4"
|
|
|
|
[dependencies.HikariCP]
|
|
groupId = "com.zaxxer"
|
|
artifactId = "HikariCP"
|
|
version = "3.4.5"
|
|
|
|
[dependencies.Ktorm]
|
|
groupId = "me.liuwj.ktorm"
|
|
artifactId = "ktorm-core"
|
|
version = "3.0.0"
|
|
|
|
[dependencies.Ktorm-Mysql]
|
|
groupId = "me.liuwj.ktorm"
|
|
artifactId = "ktorm-support-mysql"
|
|
version = "3.0.0" |