|
@ -11,8 +11,8 @@ import org.springframework.web.bind.annotation.RequestBody; |
|
|
|
|
|
|
|
|
import java.util.List; |
|
|
import java.util.List; |
|
|
|
|
|
|
|
|
//@FeignClient(name = ServiceConstant.EPMET_THIRD_SERVER, fallback = ThirdOpenFeignClientFallback.class)
|
|
|
@FeignClient(name = ServiceConstant.EPMET_THIRD_SERVER, fallback = ThirdOpenFeignClientFallback.class) |
|
|
@FeignClient(name = ServiceConstant.EPMET_THIRD_SERVER, fallback = ThirdOpenFeignClientFallback.class, url = "http://localhost:8110") |
|
|
//@FeignClient(name = ServiceConstant.EPMET_THIRD_SERVER, fallback = ThirdOpenFeignClientFallback.class, url = "http://localhost:8110")
|
|
|
public interface ThirdOpenFeignClient { |
|
|
public interface ThirdOpenFeignClient { |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|