Browse Source

'修改配置文件'

HUJIANGUO 3 years ago
parent
commit
cac08eafe0
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/main/resources/bootstrap.yml

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

@@ -24,15 +24,15 @@ openfeign:
   WmshBoundFeign:
     url: ${WMSHBOUNDFEIGN_URL:172.16.33.161:8070}
   WMSFeign:
-    url: ${WMSHBOUNDFEIGN_URL:localhost:8093}
+    url: ${WMSFEIGN_URL:localhost:8093}
   OmsFeign:
     url: ${OMSFEIGN_URL:localhost:8095}
   JoinFeign:
     url: ${JOINFEIGN_URL:localhost:8066}
   QmsFeign:
     url: ${QMSFEIGN_URL:localhost:8087}
-  Im:
-    url: ${AMSFEIGN_URL:172.16.33.161:8099}
+  ImFeign:
+    url: ${IMFEIGN_URL:172.16.33.161:8099}
 
 
 #eureka设置