Merge pull request #13819 from eugenp/move-module-boot3

upgrade to boot 3, fix startup error
This commit is contained in:
Loredana Crusoveanu 2023-04-11 11:14:21 +03:00 committed by GitHub
commit 7f009957fe
2 changed files with 7 additions and 13 deletions

View File

@ -8,10 +8,11 @@
<name>spring-reactive-exceptions</name>
<description>A module to hold demo examples related to exception in Spring Reactive</description>
<parent>
<groupId>com.baeldung.spring.reactive</groupId>
<artifactId>spring-reactive-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-boot-3</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../../parent-boot-3</relativePath>
</parent>
<dependencies>
@ -23,7 +24,6 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
@ -42,14 +42,6 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<excludes>
<exclude>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>

View File

@ -2,4 +2,6 @@ spring:
codec:
max-in-memory-size: 500KB
server:
port: 8080
host: http://localhost:${server.port}