Przeglądaj źródła

修改配置文件

larry 5 lat temu
rodzic
commit
44775152a7
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/main/resources/bootstrap.yml

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

@@ -7,7 +7,7 @@ server:
7
 eureka:
7
 eureka:
8
   client:
8
   client:
9
     service-url:
9
     service-url:
10
-      defaultZone: http://172.16.0.46:9511
10
+      defaultZone: http://172.16.0.46:9511/eureka/
11
   instance:
11
   instance:
12
     prefer-ip-address: true
12
     prefer-ip-address: true
13
     # 每隔10s发送一次心跳(默认30s)
13
     # 每隔10s发送一次心跳(默认30s)