mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:25:49 +00:00
Add wavefront exposure
This commit is contained in:
parent
1620b71165
commit
f0644d20be
1 changed files with 2 additions and 0 deletions
|
@ -5,3 +5,5 @@ spring.datasource.username=${MYSQL_USER:petclinic}
|
||||||
spring.datasource.password=${MYSQL_PASS:petclinic}
|
spring.datasource.password=${MYSQL_PASS:petclinic}
|
||||||
# SQL is written to be idempotent so this is safe
|
# SQL is written to be idempotent so this is safe
|
||||||
spring.datasource.initialization-mode=always
|
spring.datasource.initialization-mode=always
|
||||||
|
|
||||||
|
management.endpoints.web.exposure.include=wavefront
|
||||||
|
|
Loading…
Reference in a new issue