删除自己feign配置

This commit is contained in:
zhangyx
2022-04-01 09:54:52 +08:00
parent b7a3edbae2
commit c6414bcaaf

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 {
/** /**