mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 14:05:50 +00:00
changing actualtor to /actuator
This commit is contained in:
parent
18e4f66fdf
commit
ba8a939731
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ spring.jpa.hibernate.ddl-auto=none
|
|||
spring.messages.basename=messages/messages
|
||||
|
||||
# Actuator / Management
|
||||
management.endpoints.web.base-path=/manage
|
||||
management.endpoints.web.base-path=/actuator
|
||||
management.endpoints.web.exposure.include=*
|
||||
|
||||
# Logging
|
||||
|
|
Loading…
Reference in a new issue