From dfc0e392edc992fa0bbad709dfadbabd2594eded Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 23 Nov 2017 10:57:18 +0100 Subject: [PATCH] Polish "Fix references to management related properties" Closes gh-11091 --- .../src/main/resources/application.properties | 2 +- .../src/main/resources/application.properties | 2 +- .../src/main/resources/application.properties | 2 +- .../src/main/resources/application.properties | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/spring-boot-samples/spring-boot-sample-cache/src/main/resources/application.properties b/spring-boot-samples/spring-boot-sample-cache/src/main/resources/application.properties index bd2c1defce..da7c308b54 100644 --- a/spring-boot-samples/spring-boot-sample-cache/src/main/resources/application.properties +++ b/spring-boot-samples/spring-boot-sample-cache/src/main/resources/application.properties @@ -1,4 +1,4 @@ -management.endpoints.web.expose=metrics +management.endpoints.web.expose=* # # Infinispan configuration file location. diff --git a/spring-boot-samples/spring-boot-sample-flyway/src/main/resources/application.properties b/spring-boot-samples/spring-boot-sample-flyway/src/main/resources/application.properties index 3b8078db7b..4a37736a68 100644 --- a/spring-boot-samples/spring-boot-sample-flyway/src/main/resources/application.properties +++ b/spring-boot-samples/spring-boot-sample-flyway/src/main/resources/application.properties @@ -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 diff --git a/spring-boot-samples/spring-boot-sample-liquibase/src/main/resources/application.properties b/spring-boot-samples/spring-boot-sample-liquibase/src/main/resources/application.properties index e58f6144d8..52bced69c6 100644 --- a/spring-boot-samples/spring-boot-sample-liquibase/src/main/resources/application.properties +++ b/spring-boot-samples/spring-boot-sample-liquibase/src/main/resources/application.properties @@ -1,3 +1,3 @@ -management.endpoints.web.expose=liquibase +management.endpoints.web.expose=* spring.h2.console.enabled=true diff --git a/spring-boot-samples/spring-boot-sample-session/src/main/resources/application.properties b/spring-boot-samples/spring-boot-sample-session/src/main/resources/application.properties index 6d2a0d7c86..82d76b8103 100644 --- a/spring-boot-samples/spring-boot-sample-session/src/main/resources/application.properties +++ b/spring-boot-samples/spring-boot-sample-session/src/main/resources/application.properties @@ -1 +1 @@ -management.endpoints.web.expose=sessions +management.endpoints.web.expose=*