删除自己feign配置
This commit is contained in:
@ -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 {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user