Your Name 3 年之前
父節點
當前提交
ba6ba3da7e
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/main/java/com/steerinfo/dil/feign/IMFeign.java
  2. 1 1
      src/main/resources/bootstrap.yml

+ 1 - 1
src/main/java/com/steerinfo/dil/feign/IMFeign.java

@@ -7,7 +7,7 @@ import org.springframework.web.bind.annotation.ResponseBody;
 
 import java.util.HashMap;
 
-@FeignClient(value = "DIL-IM-DEV", url = "${openfeign.Im.url}")
+@FeignClient(value = "DIL-IM-DEV", url = "${openfeign.ImFeign.url}")
 public interface IMFeign {
     @PostMapping("/websocket/sendToUser")
     @ResponseBody

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

@@ -32,7 +32,7 @@ openfeign:
   QmsFeign:
     url: ${QMSFEIGN_URL:localhost:8087}
   ImFeign:
-    url: ${IMFEIGN_URL:localhost:8099}
+    url: ${IMFEIGN_URL:localhost:8055}
 
 
 #eureka设置