diff --git a/build.gradle b/build.gradle index 37c3cf6d..89f60d25 100644 --- a/build.gradle +++ b/build.gradle @@ -31,6 +31,7 @@ dependencies { testImplementation 'io.projectreactor:reactor-test' compileOnly 'org.projectlombok:lombok' annotationProcessor 'org.projectlombok:lombok' + implementation 'org.springframework.boot:spring-boot-starter-actuator' //Security implementation 'org.springframework.boot:spring-boot-starter-security'