diff --git a/build.gradle b/build.gradle index 32e6bd8..0876b09 100644 --- a/build.gradle +++ b/build.gradle @@ -55,6 +55,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-validation' implementation 'org.springframework.boot:spring-boot-starter-web' + implementation 'org.springframework.boot:spring-boot-starter-actuator' implementation 'de.codecentric:spring-boot-admin-starter-client:2.4.3' implementation 'it.ozimov:embedded-redis:0.7.2'