删除自己feign配置
This commit is contained in:
@ -14,8 +14,7 @@ import org.springframework.web.bind.annotation.RequestParam;
|
||||
*/
|
||||
|
||||
@FeignClient(value = "${mconfig.feign.name.documentcenter}",
|
||||
fallbackFactory = DocumentCenterServiceFallbackFactory.class,
|
||||
configuration = FeignConfiguration.class)
|
||||
fallbackFactory = DocumentCenterServiceFallbackFactory.class)
|
||||
public interface DocumentCenterService {
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user