mirror of
https://github.com/Dannecron/spring-boot-demo.git
synced 2025-12-26 00:32:34 +03:00
11 lines
353 B
Plaintext
11 lines
353 B
Plaintext
dependencies {
|
|
implementation(project(":db"))
|
|
implementation(project(":edge-producing"))
|
|
implementation(project(":edge-integration"))
|
|
|
|
implementation(rootProject.libs.springBoot.starter.actuator)
|
|
implementation(rootProject.libs.springData.commons)
|
|
|
|
testImplementation(rootProject.libs.springBoot.starter.actuatorAutoconfigure)
|
|
}
|