mirror of
https://gitee.com/nutz/nutzboot.git
synced 2024-12-02 19:58:53 +08:00
fix: nutzboot-demo-cloud-client don't work
This commit is contained in:
parent
0f1e38b1c3
commit
8f60c0dcd9
@ -39,7 +39,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.netflix.ribbon</groupId>
|
<groupId>com.netflix.ribbon</groupId>
|
||||||
<artifactId>ribbon-eureka</artifactId>
|
<artifactId>ribbon-eureka</artifactId>
|
||||||
<version>2.3-SNAPSHOT</version>
|
<version>2.2.4</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
@ -39,8 +39,8 @@ eureka.preferSameZone=false
|
|||||||
eureka.shouldUseDns=false
|
eureka.shouldUseDns=false
|
||||||
|
|
||||||
# Since shouldUseDns is false, we use the following properties to explicitly specify the route to the eureka servers
|
# Since shouldUseDns is false, we use the following properties to explicitly specify the route to the eureka servers
|
||||||
eureka.serviceUrl.default=http://eureka.nutz.cn/eureka/v2
|
#eureka.serviceUrl.default=http://eureka.nutz.cn/eureka/v2
|
||||||
#eureka.serviceUrl.default=http://127.0.0.1:8080/eureka/v2
|
eureka.serviceUrl.default=http://127.0.0.1:8080/eureka/v2
|
||||||
|
|
||||||
# for the eureka server's own client config, set on-demand update to false as it may be too quick for the REST
|
# for the eureka server's own client config, set on-demand update to false as it may be too quick for the REST
|
||||||
# resource initialization
|
# resource initialization
|
||||||
|
Loading…
Reference in New Issue
Block a user