Browse Source

Polish "Fix references to management related properties"

Closes gh-11091
pull/11126/head
Stephane Nicoll 8 years ago
parent
commit
dfc0e392ed
  1. 2
      spring-boot-samples/spring-boot-sample-cache/src/main/resources/application.properties
  2. 2
      spring-boot-samples/spring-boot-sample-flyway/src/main/resources/application.properties
  3. 2
      spring-boot-samples/spring-boot-sample-liquibase/src/main/resources/application.properties
  4. 2
      spring-boot-samples/spring-boot-sample-session/src/main/resources/application.properties

2
spring-boot-samples/spring-boot-sample-cache/src/main/resources/application.properties vendored

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
management.endpoints.web.expose=metrics
management.endpoints.web.expose=*
#
# Infinispan configuration file location.

2
spring-boot-samples/spring-boot-sample-flyway/src/main/resources/application.properties

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
management.endpoints.web.expose=flyway
management.endpoints.web.expose=*
spring.jpa.hibernate.ddl-auto=validate
spring.jpa.open-in-view=true
spring.h2.console.enabled=true

2
spring-boot-samples/spring-boot-sample-liquibase/src/main/resources/application.properties

@ -1,3 +1,3 @@ @@ -1,3 +1,3 @@
management.endpoints.web.expose=liquibase
management.endpoints.web.expose=*
spring.h2.console.enabled=true

2
spring-boot-samples/spring-boot-sample-session/src/main/resources/application.properties

@ -1 +1 @@ @@ -1 +1 @@
management.endpoints.web.expose=sessions
management.endpoints.web.expose=*

Loading…
Cancel
Save