Browse Source

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

更新im端口为8055
罗棒 3 years ago
parent
commit
505eb8a2f3
1 changed files with 1 additions and 1 deletions
  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:8888}
+    url: ${AMSFEIGN_URL:localhost:8055}
 
 
 mybatis: