|
@ -20,6 +20,7 @@ import org.springframework.web.bind.annotation.PostMapping; |
|
|
|
|
|
|
|
|
import java.util.List; |
|
|
import java.util.List; |
|
|
|
|
|
|
|
|
|
|
|
@FeignClient(name = ServiceConstant.EPDC_EVENTS_SERVER, fallback = WorkIssueFeignClientFallback.class, configuration = FeignRequestInterceptor.class) |
|
|
public interface WorkIssueFeignClient { |
|
|
public interface WorkIssueFeignClient { |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|