From d2ec37149640ecc0cf5ff6d5a03c6800f2033441 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll <snicoll@pivotal.io> Date: Fri, 3 Feb 2017 08:36:48 +0100 Subject: [PATCH] Restore actuator access with Spring Boot 1.5 --- src/main/resources/application.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index cd1aea2..cff6d78 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -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 \ No newline at end of file +spring.cache.cache-names=vets -- GitLab