Polish "Fix references to management related properties"
Closes gh-11091
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
management.endpoints.web.expose=metrics
|
management.endpoints.web.expose=*
|
||||||
|
|
||||||
#
|
#
|
||||||
# Infinispan configuration file location.
|
# Infinispan configuration file location.
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
management.endpoints.web.expose=flyway
|
management.endpoints.web.expose=*
|
||||||
spring.jpa.hibernate.ddl-auto=validate
|
spring.jpa.hibernate.ddl-auto=validate
|
||||||
spring.jpa.open-in-view=true
|
spring.jpa.open-in-view=true
|
||||||
spring.h2.console.enabled=true
|
spring.h2.console.enabled=true
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
management.endpoints.web.expose=liquibase
|
management.endpoints.web.expose=*
|
||||||
|
|
||||||
spring.h2.console.enabled=true
|
spring.h2.console.enabled=true
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
management.endpoints.web.expose=sessions
|
management.endpoints.web.expose=*
|
||||||
|
|||||||
Reference in New Issue
Block a user