|
|
@ -12,7 +12,7 @@ import org.springframework.web.bind.annotation.PostMapping; |
|
|
|
* @Description |
|
|
|
* @Author sun |
|
|
|
*/ |
|
|
|
//, url = "localhost:8092"
|
|
|
|
//@FeignClient(name = ServiceConstant.GOV_ORG_SERVER, fallback = GovOrgFeignClientFallBack.class, url = "localhost:8092")
|
|
|
|
@FeignClient(name = ServiceConstant.GOV_ORG_SERVER, fallback = GovOrgFeignClientFallBack.class) |
|
|
|
public interface GovOrgFeignClient { |
|
|
|
|
|
|
|