Browse Source

:arrow_up: 依赖升级。升级到 最新 spring cloud GA版本

冷冷 7 years ago
parent
commit
d69cad99bd
2 changed files with 5 additions and 5 deletions
  1. 1 1
      pigx-eureka/src/main/resources/bootstrap.yml
  2. 4 4
      pom.xml

+ 1 - 1
pigx-eureka/src/main/resources/bootstrap.yml

@@ -16,7 +16,7 @@ eureka:
     hostname: pigx-eureka
     prefer-ip-address: true
   client:
-    register-with-eureka: true
+    register-with-eureka: false
     fetch-registry: false
     service-url:
       defaultZone: http://pig:pig@${eureka.instance.hostname}:${server.port}/eureka/

+ 4 - 4
pom.xml

@@ -32,14 +32,14 @@
 	<parent>
 		<groupId>org.springframework.boot</groupId>
 		<artifactId>spring-boot-starter-parent</artifactId>
-		<version>2.0.3.RELEASE</version>
+		<version>2.0.4.RELEASE</version>
 		<relativePath/>
 	</parent>
 
 	<properties>
-		<pigx.version>1.4.2</pigx.version>
-		<spring-boot.version>2.0.3.RELEASE</spring-boot.version>
-		<spring-cloud.version>Finchley.RELEASE</spring-cloud.version>
+		<pigx.version>1.5.0</pigx.version>
+		<spring-boot.version>2.0.4.RELEASE</spring-boot.version>
+		<spring-cloud.version>Finchley.SR1</spring-cloud.version>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 		<maven.compiler.source>1.8</maven.compiler.source>
 		<maven.compiler.target>1.8</maven.compiler.target>