File tree Expand file tree Collapse file tree 10 files changed +24
-18
lines changed
spring-cloud-modules/spring-cloud-eureka
spring-cloud-eureka-client2
java/com/baeldung/eurekaclient
test/java/com/baeldung/eurekaclient
spring-cloud-eureka-server2
java/com/baeldung/eurekaserver
test/java/com/baeldung/eurekaserver Expand file tree Collapse file tree 10 files changed +24
-18
lines changed Original file line number Diff line number Diff line change 22
22
<module >spring-cloud-eureka-feign-client</module >
23
23
<module >spring-cloud-eureka-feign-client-integration-test</module >
24
24
<module >spring-cloud-eureka-server</module >
25
+ <module >spring-cloud-eureka-server2</module >
26
+ <module >spring-cloud-eureka-client2</module >
25
27
</modules >
26
28
27
29
<properties >
Original file line number Diff line number Diff line change 2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
3
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
4
<modelVersion >4.0.0</modelVersion >
5
- <parent >
6
- <groupId >org.springframework.boot</groupId >
7
- <artifactId >spring-boot-starter-parent</artifactId >
8
- <version >3.0.0</version >
9
- <relativePath />
10
- </parent >
11
5
<groupId >com.baeldung</groupId >
12
- <artifactId >eurekaClient </artifactId >
6
+ <artifactId >spring-cloud-eureka-client2 </artifactId >
13
7
<version >0.0.1-SNAPSHOT</version >
14
- <name >eurekaClient </name >
8
+ <name >spring-cloud-eureka-client2 </name >
15
9
<description >Demo project for Eureka Client</description >
16
- <url />
10
+
11
+ <parent >
12
+ <groupId >com.baeldung</groupId >
13
+ <artifactId >spring-cloud-eureka</artifactId >
14
+ <version >1.0.0-SNAPSHOT</version >
15
+ </parent >
16
+
17
17
<properties >
18
18
<java .version>17</java .version>
19
19
<spring-cloud .version>2022.0.0</spring-cloud .version>
20
20
</properties >
21
+
21
22
<dependencies >
22
23
<dependency >
23
24
<groupId >org.springframework.cloud</groupId >
33
34
<scope >test</scope >
34
35
</dependency >
35
36
</dependencies >
37
+
36
38
<dependencyManagement >
37
39
<dependencies >
38
40
<dependency >
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
3
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
4
<modelVersion >4.0.0</modelVersion >
5
- <parent >
6
- <groupId >org.springframework.boot</groupId >
7
- <artifactId >spring-boot-starter-parent</artifactId >
8
- <version >3.4.3</version >
9
- <relativePath />
10
- </parent >
11
5
<groupId >com.baeldung</groupId >
12
- <artifactId >eurekaServer </artifactId >
6
+ <artifactId >spring-cloud-eureka-server2 </artifactId >
13
7
<version >0.0.1-SNAPSHOT</version >
14
- <name >eurekaServer </name >
8
+ <name >spring-cloud-eureka-server2 </name >
15
9
<description >Demo project for Eureka Server</description >
16
- <url />
10
+
11
+ <parent >
12
+ <groupId >com.baeldung</groupId >
13
+ <artifactId >spring-cloud-eureka</artifactId >
14
+ <version >1.0.0-SNAPSHOT</version >
15
+ </parent >
16
+
17
17
<properties >
18
18
<java .version>17</java .version>
19
19
<spring-cloud .version>2024.0.0</spring-cloud .version>
20
20
</properties >
21
+
21
22
<dependencies >
22
23
<dependency >
23
24
<groupId >org.springframework.boot</groupId >
33
34
<scope >test</scope >
34
35
</dependency >
35
36
</dependencies >
37
+
36
38
<dependencyManagement >
37
39
<dependencies >
38
40
<dependency >
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments