From f089ea0ddd16ac5606bf87285fdfca784fc65645 Mon Sep 17 00:00:00 2001 From: Loredana Crusoveanu Date: Mon, 19 Mar 2018 23:26:05 +0200 Subject: [PATCH] update to boot 2 release --- spring-5-reactive/pom.xml | 26 ++----------------- .../src/main/resources/application.properties | 5 ++-- 2 files changed, 5 insertions(+), 26 deletions(-) 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