Add actuator

This commit is contained in:
Rebwon
2021-10-21 15:58:16 +09:00
committed by MaengSol
parent 40c6682b8a
commit 71e1fb28fe

View File

@@ -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'