Skip to content

Commit aee0c9d

Browse files
committed
Eureka Client demo
1 parent ee511dd commit aee0c9d

File tree

1 file changed

+0
-41
lines changed

1 file changed

+0
-41
lines changed

client/pom.xml

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<!-- TODO 2.0.0.M3 -->
98
<version>2.0.2.RELEASE</version>
109
<relativePath/>
1110
</parent>
@@ -17,7 +16,6 @@
1716

1817
<properties>
1918
<java.version>1.8</java.version>
20-
<!-- TODO Finchley.M2-->
2119
<spring-cloud.version>Finchley.RELEASE</spring-cloud.version>
2220
</properties>
2321

@@ -26,7 +24,6 @@
2624
<groupId>org.springframework.cloud</groupId>
2725
<artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
2826
</dependency>
29-
<!-- TODO 2.0.2.RELEASE需要引入-->
3027
<dependency>
3128
<groupId>org.springframework.boot</groupId>
3229
<artifactId>spring-boot-starter-web</artifactId>
@@ -60,42 +57,4 @@
6057
</plugins>
6158
</build>
6259

63-
<!-- TODO repository-->
64-
<!--<repositories>
65-
<repository>
66-
<id>spring-snapshots</id>
67-
<name>Spring Snapshots</name>
68-
<url>https://repo.spring.io/snapshot</url>
69-
<snapshots>
70-
<enabled>true</enabled>
71-
</snapshots>
72-
</repository>
73-
<repository>
74-
<id>spring-milestones</id>
75-
<name>Spring Milestones</name>
76-
<url>https://repo.spring.io/milestone</url>
77-
<snapshots>
78-
<enabled>false</enabled>
79-
</snapshots>
80-
</repository>
81-
</repositories>
82-
<pluginRepositories>
83-
<pluginRepository>
84-
<id>spring-snapshots</id>
85-
<name>Spring Snapshots</name>
86-
<url>https://repo.spring.io/snapshot</url>
87-
<snapshots>
88-
<enabled>true</enabled>
89-
</snapshots>
90-
</pluginRepository>
91-
<pluginRepository>
92-
<id>spring-milestones</id>
93-
<name>Spring Milestones</name>
94-
<url>https://repo.spring.io/milestone</url>
95-
<snapshots>
96-
<enabled>false</enabled>
97-
</snapshots>
98-
</pluginRepository>
99-
</pluginRepositories>-->
100-
10160
</project>

0 commit comments

Comments
 (0)