mirror of
https://github.com/Dannecron/spring-boot-demo.git
synced 2025-12-25 16:22:35 +03:00
14 lines
456 B
Plaintext
14 lines
456 B
Plaintext
group = "com.github.dannecron.demo"
|
|
version = "single-version"
|
|
|
|
dependencies {
|
|
implementation(project(":db"))
|
|
|
|
implementation(rootProject.libs.spring.boot.starter.actuator)
|
|
implementation(rootProject.libs.spring.boot.starter.jdbc)
|
|
implementation(rootProject.libs.spring.boot.starter.validation)
|
|
implementation(rootProject.libs.json.schema.validator)
|
|
|
|
testImplementation(rootProject.libs.spring.boot.starter.actuatorAutoconfigure)
|
|
}
|