mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-12-27 17:37:27 +00:00
Update to Spring Boot 2.0 snapshots
This commit is contained in:
parent
c36452a2c3
commit
14ef611d70
2 changed files with 3 additions and 10 deletions
|
|
@ -13,9 +13,9 @@ spring.jpa.hibernate.ddl-auto=none
|
|||
spring.messages.basename=messages/messages
|
||||
|
||||
# Actuator / Management
|
||||
management.contextPath=/manage
|
||||
management.endpoints.web.base-path=/manage
|
||||
# Spring Boot 1.5 makes actuator secure by default
|
||||
management.security.enabled=false
|
||||
management.endpoints.web.enabled=true
|
||||
|
||||
# Logging
|
||||
logging.level.org.springframework=INFO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue