Restore actuator access with Spring Boot 1.5

This commit is contained in:
Stephane Nicoll 2017-02-03 08:36:48 +01:00
parent 126bd97971
commit d2ec371496

View file

@ -14,6 +14,7 @@ spring.messages.basename=messages/messages
# Actuator / Management
management.contextPath=/manage
management.security.enabled=false
# Logging
logging.level.org.springframework=INFO
@ -22,4 +23,4 @@ logging.level.org.springframework=INFO
# Active Spring profiles
spring.profiles.active=production
spring.cache.cache-names=vets
spring.cache.cache-names=vets