Skip to content
Snippets Groups Projects
Commit d2ec3714 authored by Stephane Nicoll's avatar Stephane Nicoll
Browse files

Restore actuator access with Spring Boot 1.5

parent 126bd979
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,7 @@ spring.messages.basename=messages/messages ...@@ -14,6 +14,7 @@ spring.messages.basename=messages/messages
# Actuator / Management # Actuator / Management
management.contextPath=/manage management.contextPath=/manage
management.security.enabled=false
# Logging # Logging
logging.level.org.springframework=INFO logging.level.org.springframework=INFO
...@@ -22,4 +23,4 @@ logging.level.org.springframework=INFO ...@@ -22,4 +23,4 @@ logging.level.org.springframework=INFO
# Active Spring profiles # Active Spring profiles
spring.profiles.active=production spring.profiles.active=production
spring.cache.cache-names=vets spring.cache.cache-names=vets
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment