Base server on Javalin for easy future development

This commit is contained in:
2024-10-23 14:25:25 +11:00
parent 294b08297f
commit 24e50c26c4
3 changed files with 282 additions and 191 deletions

View File

@@ -24,6 +24,8 @@ tasks.withType<Jar> {
dependencies {
testImplementation(kotlin("test"))
implementation("io.javalin:javalin:6.3.0")
implementation("org.slf4j:slf4j-simple:2.0.16")
}
tasks.test {