Skip to content

Commit

Permalink
Eureka Client demo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlgerFan committed Sep 2, 2019
1 parent ee511dd commit aee0c9d
Showing 1 changed file with 0 additions and 41 deletions.
41 changes: 0 additions & 41 deletions client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<!-- TODO 2.0.0.M3 -->
<version>2.0.2.RELEASE</version>
<relativePath/>
</parent>
Expand All @@ -17,7 +16,6 @@

<properties>
<java.version>1.8</java.version>
<!-- TODO Finchley.M2-->
<spring-cloud.version>Finchley.RELEASE</spring-cloud.version>
</properties>

Expand All @@ -26,7 +24,6 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
</dependency>
<!-- TODO 2.0.2.RELEASE需要引入-->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
Expand Down Expand Up @@ -60,42 +57,4 @@
</plugins>
</build>

<!-- TODO repository-->
<!--<repositories>
<repository>
<id>spring-snapshots</id>
<name>Spring Snapshots</name>
<url>https://repo.spring.io/snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<url>https://repo.spring.io/milestone</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>spring-snapshots</id>
<name>Spring Snapshots</name>
<url>https://repo.spring.io/snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<url>https://repo.spring.io/milestone</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>-->

</project>

0 comments on commit aee0c9d

Please sign in to comment.