File tree 3 files changed +24
-0
lines changed
3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 8
8
<version >2.6.3</version >
9
9
<relativePath /> <!-- lookup parent from repository -->
10
10
</parent >
11
+
11
12
<groupId >com.example</groupId >
12
13
<artifactId >blocking-service</artifactId >
13
14
<version >0.0.1-SNAPSHOT</version >
14
15
<name >blocking-service</name >
15
16
<description >blocking-service</description >
17
+
16
18
<properties >
17
19
<java .version>17</java .version>
18
20
</properties >
21
+
19
22
<dependencies >
20
23
<dependency >
21
24
<groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
+ <modelVersion >4.0.0</modelVersion >
6
+
7
+ <groupId >org.example</groupId >
8
+ <artifactId >reactive-programming-java-examples</artifactId >
9
+ <version >1.0-SNAPSHOT</version >
10
+ <packaging >pom</packaging >
11
+
12
+ <modules >
13
+ <module >reactive-programming</module >
14
+ <module >blocking-service</module >
15
+ <module >reactive-service</module >
16
+ </modules >
17
+
18
+ </project >
Original file line number Diff line number Diff line change 8
8
<version >2.6.3</version >
9
9
<relativePath /> <!-- lookup parent from repository -->
10
10
</parent >
11
+
11
12
<groupId >com.example</groupId >
12
13
<artifactId >reactive-service</artifactId >
13
14
<version >0.0.1-SNAPSHOT</version >
14
15
<name >reactive-service</name >
15
16
<description >reactive-service</description >
17
+
16
18
<properties >
17
19
<java .version>17</java .version>
18
20
</properties >
21
+
19
22
<dependencies >
20
23
<dependency >
21
24
<groupId >org.springframework.boot</groupId >
You can’t perform that action at this time.
0 commit comments