Merge remote-tracking branch 'remotes/origin/uat' into sim

This commit is contained in:
zhangyx
2022-04-01 09:56:00 +08:00

View File

@ -14,8 +14,7 @@ import org.springframework.web.bind.annotation.RequestParam;
*/ */
@FeignClient(value = "${mconfig.feign.name.documentcenter}", @FeignClient(value = "${mconfig.feign.name.documentcenter}",
fallbackFactory = DocumentCenterServiceFallbackFactory.class, fallbackFactory = DocumentCenterServiceFallbackFactory.class)
configuration = FeignConfiguration.class)
public interface DocumentCenterService { public interface DocumentCenterService {
/** /**