浏览代码

更新 'src/main/resources/bootstrap.yml'

张煊 3 年之前
父节点
当前提交
9eea537e09
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/main/resources/bootstrap.yml

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

@@ -14,9 +14,9 @@ spring:
 
 openfeign:
   ESFeign:
-    url: ${ESFEIGN_URL:172.16.33.166:8089}
+    url: ${ESFEIGN_URL:172.16.33.166:8011}
   ColumnDataFeign:
-    url: ${COLUMNDATAFEIGN_URL:172.16.33.166:8083}
+    url: ${COLUMNDATAFEIGN_URL:172.16.33.166:8001}
 
 #eureka设置
 eureka:
@@ -53,4 +53,4 @@ mybatis:
     call-setters-on-nulls: true
 
 server:
-  port: 8070
+  port: 8013