|
|
@ -12,7 +12,8 @@ import org.springframework.web.bind.annotation.RequestBody; |
|
|
|
import java.util.List; |
|
|
|
import java.util.Map; |
|
|
|
|
|
|
|
@FeignClient(name = ServiceConstant.EPMET_USER_SERVER, fallback = EpmetUserFeignClientFallBack.class, url = "localhost:8087") |
|
|
|
//, url = "localhost:8087"
|
|
|
|
@FeignClient(name = ServiceConstant.EPMET_USER_SERVER, fallback = EpmetUserFeignClientFallBack.class) |
|
|
|
public interface EpmetUserFeignClient { |
|
|
|
|
|
|
|
/** |
|
|
|