diff --git a/spring-5-reactive/pom.xml b/spring-5-reactive/pom.xml index abd8e42cf5..96378c60de 100644 --- a/spring-5-reactive/pom.xml +++ b/spring-5-reactive/pom.xml @@ -13,7 +13,7 @@ org.springframework.boot spring-boot-starter-parent - 2.0.0.M7 + 2.0.0.RELEASE @@ -151,7 +151,7 @@ org.springframework.boot spring-boot-maven-plugin - com.baeldung.Spring5Application + com.baeldung.reactive.Spring5ReactiveApplication JAR @@ -173,27 +173,6 @@ - - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - false - - - - - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - false - - - - UTF-8 UTF-8 @@ -201,7 +180,6 @@ 1.0.0 5.0.0 2.20 - 5.0.2.RELEASE 1.0.1.RELEASE 1.1.3 1.0 diff --git a/spring-5-reactive/src/main/resources/application.properties b/spring-5-reactive/src/main/resources/application.properties index 5b9a0ae1ce..234834b894 100644 --- a/spring-5-reactive/src/main/resources/application.properties +++ b/spring-5-reactive/src/main/resources/application.properties @@ -1,4 +1,5 @@ logging.level.root=INFO -management.endpoints.web.expose=* -info.app.name=Spring Boot 2 actuator Application \ No newline at end of file +management.endpoints.web.exposure.include.=* + +info.app.name=Spring Boot 2 actuator Application