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 bd2c1defce9..da7c308b545 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 3b8078db7be..4a37736a68e 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 e58f6144d83..52bced69c67 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 6d2a0d7c869..82d76b81033 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=*