Browse Source

feature 代码提交

xiahan 1 year ago
parent
commit
9b6d7db306

+ 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 = "cx-feign",fallback = CXHysitx.class)
+@FeignClient(value = "rw-common-server",fallback = CXHysitx.class,name = "cxCommonFeginClient")
 public interface CXCommonFeginClient {
     @PostMapping("sys/sysnotifyannounce/saveOrUpdate")
     @Async("customThreadPool")