mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 20:25:50 +00:00
Switch actuator to standard path
This commit is contained in:
parent
d9f37ece5c
commit
628862206b
1 changed files with 1 additions and 2 deletions
|
@ -13,8 +13,7 @@ spring.jpa.open-in-view=false
|
||||||
# Internationalization
|
# Internationalization
|
||||||
spring.messages.basename=messages/messages
|
spring.messages.basename=messages/messages
|
||||||
|
|
||||||
# Actuator / Management
|
# Actuator
|
||||||
management.endpoints.web.base-path=/manage
|
|
||||||
management.endpoints.web.exposure.include=*
|
management.endpoints.web.exposure.include=*
|
||||||
|
|
||||||
# Logging
|
# Logging
|
||||||
|
|
Loading…
Reference in a new issue