mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-16 12:55:50 +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
|
# Actuator / Management
|
||||||
management.endpoints.web.base-path=/manage
|
management.endpoints.web.base-path=/manage
|
||||||
# Spring Boot 1.5 makes actuator secure by default
|
management.endpoints.web.exposure.include=*
|
||||||
management.endpoints.web.enabled=true
|
|
||||||
|
|
||||||
# Logging
|
# Logging
|
||||||
logging.level.org.springframework=INFO
|
logging.level.org.springframework=INFO
|
||||||
|
|
Loading…
Reference in a new issue