|
@@ -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")
|