generated from pricelees/issue-pr-template
12 lines
301 B
Plaintext
12 lines
301 B
Plaintext
plugins {
|
|
id("org.springframework.boot")
|
|
kotlin("plugin.spring")
|
|
}
|
|
|
|
dependencies {
|
|
implementation("org.springframework.boot:spring-boot-starter-web")
|
|
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
|
|
|
|
testImplementation("io.kotest:kotest-runner-junit5:5.9.1")
|
|
}
|