From 8013ac983408f1992526eac2d6cf09f328151d16 Mon Sep 17 00:00:00 2001 From: Loredana Crusoveanu Date: Tue, 11 Apr 2023 11:10:31 +0300 Subject: [PATCH] upgrade to boot 3, fix startup error --- .../spring-reactive-exceptions/pom.xml | 18 +++++------------- .../src/main/resources/application.yaml | 2 ++ 2 files changed, 7 insertions(+), 13 deletions(-) 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}