diff --git a/spring-reactive-modules/spring-reactive-exceptions/pom.xml b/spring-reactive-modules/spring-reactive-exceptions/pom.xml
index 024a8332c2..fc08e07659 100644
--- a/spring-reactive-modules/spring-reactive-exceptions/pom.xml
+++ b/spring-reactive-modules/spring-reactive-exceptions/pom.xml
@@ -8,10 +8,11 @@
spring-reactive-exceptions
A module to hold demo examples related to exception in Spring Reactive
-
- com.baeldung.spring.reactive
- spring-reactive-modules
- 1.0.0-SNAPSHOT
+
+ com.baeldung
+ parent-boot-3
+ 0.0.1-SNAPSHOT
+ ../../parent-boot-3
@@ -23,7 +24,6 @@
org.projectlombok
lombok
- true
org.springframework.boot
@@ -42,14 +42,6 @@
org.springframework.boot
spring-boot-maven-plugin
-
-
-
- org.projectlombok
- lombok
-
-
-
diff --git a/spring-reactive-modules/spring-reactive-exceptions/src/main/resources/application.yaml b/spring-reactive-modules/spring-reactive-exceptions/src/main/resources/application.yaml
index 5f3c8b82a9..50bcbff433 100644
--- a/spring-reactive-modules/spring-reactive-exceptions/src/main/resources/application.yaml
+++ b/spring-reactive-modules/spring-reactive-exceptions/src/main/resources/application.yaml
@@ -2,4 +2,6 @@ spring:
codec:
max-in-memory-size: 500KB
+server:
+ port: 8080
host: http://localhost:${server.port}