diff --git a/build.gradle b/build.gradle index cfd24cc..6b2693b 100644 --- a/build.gradle +++ b/build.gradle @@ -13,9 +13,11 @@ repositories { } dependencies { + implementation 'org.springframework.boot:spring-boot-starter-actuator' implementation 'org.springframework.boot:spring-boot-properties-migrator' implementation 'org.springframework.boot:spring-boot-starter-web' testImplementation 'org.springframework.boot:spring-boot-starter-test' + annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor' } test {