File tree Expand file tree Collapse file tree 2 files changed +7
-13
lines changed
spring-reactive-modules/spring-reactive-exceptions Expand file tree Collapse file tree 2 files changed +7
-13
lines changed Original file line number Diff line number Diff line change 88 <name >spring-reactive-exceptions</name >
99 <description >A module to hold demo examples related to exception in Spring Reactive</description >
1010
11- <parent >
12- <groupId >com.baeldung.spring.reactive</groupId >
13- <artifactId >spring-reactive-modules</artifactId >
14- <version >1.0.0-SNAPSHOT</version >
11+ <parent >
12+ <groupId >com.baeldung</groupId >
13+ <artifactId >parent-boot-3</artifactId >
14+ <version >0.0.1-SNAPSHOT</version >
15+ <relativePath >../../parent-boot-3</relativePath >
1516 </parent >
1617
1718 <dependencies >
2324 <dependency >
2425 <groupId >org.projectlombok</groupId >
2526 <artifactId >lombok</artifactId >
26- <optional >true</optional >
2727 </dependency >
2828 <dependency >
2929 <groupId >org.springframework.boot</groupId >
4242 <plugin >
4343 <groupId >org.springframework.boot</groupId >
4444 <artifactId >spring-boot-maven-plugin</artifactId >
45- <configuration >
46- <excludes >
47- <exclude >
48- <groupId >org.projectlombok</groupId >
49- <artifactId >lombok</artifactId >
50- </exclude >
51- </excludes >
52- </configuration >
5345 </plugin >
5446 </plugins >
5547 </build >
Original file line number Diff line number Diff line change 22 codec :
33 max-in-memory-size : 500KB
44
5+ server :
6+ port : 8080
57host : http://localhost:${server.port}
You can’t perform that action at this time.
0 commit comments