|
|
|
@ -17,7 +17,7 @@ import org.springframework.web.bind.annotation.PostMapping; |
|
|
|
* @Author LC |
|
|
|
* @Date 2019/9/7 11:34 |
|
|
|
*/ |
|
|
|
@FeignClient(name = ServiceConstant.EPDC_EVENTS_SERVER, fallback = CommentFeignClientFallback.class, url = "127.0.0.1:9066") |
|
|
|
@FeignClient(name = ServiceConstant.EPDC_EVENTS_SERVER, fallback = CommentFeignClientFallback.class) |
|
|
|
public interface CommentFeignClient { |
|
|
|
|
|
|
|
|
|
|
|
|