Enable Spring Boot Actuator with limited exposure and secure /actuator/mappings endpoint access.
This commit is contained in:
@@ -43,6 +43,7 @@ dependencies {
|
||||
//Open API
|
||||
implementation("io.swagger.core.v3:swagger-annotations:2.2.37")
|
||||
implementation("io.swagger.core.v3:swagger-models:2.2.37")
|
||||
implementation("org.springframework.boot:spring-boot-starter-actuator")
|
||||
|
||||
//AOP
|
||||
implementation("org.aspectj:aspectjrt:1.9.19")
|
||||
|
||||
Reference in New Issue
Block a user