浏览代码

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

修改imfeign
罗棒 3 年之前
父节点
当前提交
036ae98178
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/resources/bootstrap.yml

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

@@ -56,7 +56,7 @@ openfeign:
   TmsTruckFeign:
     url: ${TMSTRUCKFEIGN_URL:localhost:8088}
   Im:
-    url: ${AMSFEIGN_URL:localhost:8055}
+    url: ${IMFEIGN_URL:localhost:8055}
 
 
 mybatis: