generated from pricelees/issue-pr-template
16 lines
488 B
Plaintext
16 lines
488 B
Plaintext
plugins {
|
|
id("org.springframework.boot")
|
|
kotlin("plugin.spring")
|
|
}
|
|
|
|
dependencies {
|
|
implementation("org.springframework.boot:spring-boot-starter-web")
|
|
implementation("org.springframework.boot:spring-boot-starter-aop")
|
|
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
|
|
implementation("net.ttddyy.observation:datasource-micrometer-spring-boot:1.1.1")
|
|
|
|
testImplementation("io.mockk:mockk:1.14.4")
|
|
|
|
implementation(project(":common:utils"))
|
|
}
|