Ver Fonte

采购燃料

HUJIANGUO há 3 anos atrás
pai
commit
56cfc8f9b4
1 ficheiros alterados com 3 adições e 3 exclusões
  1. 3 3
      src/main/resources/bootstrap.yml

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

@@ -14,15 +14,15 @@ spring:
 
 openfeign:
   ESFeign:
-    url: ${ESFEIGN_URL:172.16.33.161:8089}
+    url: ${ESFEIGN_URL:localhost:8089}
   ColumnDataFeign:
-    url: ${COLUMNDATAFEIGN_URL:172.16.33.161:8083}
+    url: ${COLUMNDATAFEIGN_URL:localhost:8083}
 
 #eureka设置
 eureka:
   client:
     service-url:
-      defaultZone: http://root:root@${EUREKA_HOST:172.16.33.161}:${EUREKA_PORT:8061}/eureka/
+      defaultZone: http://root:root@${EUREKA_HOST:172.16.33.162}:${EUREKA_PORT:8081}/eureka/
   instance:
     prefer-ip-address: true
     status-page-url: http://${spring.cloud.client.ip-address}:${server.port}/swagger-ui.html#/