mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-16 04:35:49 +00:00
Fix actuator exposure
This commit is contained in:
parent
dfcd30be60
commit
106226929b
1 changed files with 1 additions and 2 deletions
|
@ -14,8 +14,7 @@ spring.messages.basename=messages/messages
|
|||
|
||||
# Actuator / Management
|
||||
management.endpoints.web.base-path=/manage
|
||||
# Spring Boot 1.5 makes actuator secure by default
|
||||
management.endpoints.web.enabled=true
|
||||
management.endpoints.web.exposure.include=*
|
||||
|
||||
# Logging
|
||||
logging.level.org.springframework=INFO
|
||||
|
|
Loading…
Reference in a new issue