소스 검색

feature 代码提交

xiahan 1 년 전
부모
커밋
34359f1352
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      bs-common/src/main/java/com/rongwei/safecommon/fegin/CXCommonFeginClient.java

+ 1 - 1
bs-common/src/main/java/com/rongwei/safecommon/fegin/CXCommonFeginClient.java

@@ -11,7 +11,7 @@ import org.springframework.web.bind.annotation.RequestBody;
 import org.springframework.web.bind.annotation.RequestParam;
 import org.springframework.web.multipart.MultipartFile;
 
-@FeignClient(value = "rw-common-server",fallback = CXHysitx.class,name = "cxCommonFeginClient")
+@FeignClient(value = "rw-common-server",fallback = CXHysitx.class,contextId = "commonFeign")
 public interface CXCommonFeginClient {
     @PostMapping("sys/sysnotifyannounce/saveOrUpdate")
     @Async("customThreadPool")