|
|
@ -13,7 +13,7 @@ import org.springframework.web.bind.annotation.PostMapping; |
|
|
|
* @Author yinzuomei |
|
|
|
* @Date 2019/12/13 10:00 |
|
|
|
*/ |
|
|
|
@FeignClient(name = ServiceConstant.EPDC_USER_SERVER, fallback = UserFeignClientFallback.class,url = "http://127.0.0.1:9068") |
|
|
|
@FeignClient(name = ServiceConstant.EPDC_USER_SERVER, fallback = UserFeignClientFallback.class) |
|
|
|
public interface UserFeignClient { |
|
|
|
|
|
|
|
/** |
|
|
|