mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 20:25:50 +00:00
Restore actuator access with Spring Boot 1.5
This commit is contained in:
parent
126bd97971
commit
d2ec371496
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue