Browse Source

1.修复:错误的将FeignClient中的url提交到远程

dev_shibei_match
wxz 6 years ago
parent
commit
4a0c15f75f
  1. 2
      epmet-module/gov-mine/gov-mine-server/src/main/java/com/epmet/feign/GovAccessFeignClient.java

2
epmet-module/gov-mine/gov-mine-server/src/main/java/com/epmet/feign/GovAccessFeignClient.java

@ -22,7 +22,7 @@ import java.util.Set;
* @Author sun * @Author sun
*/ */
//url = "localhost:8099" //url = "localhost:8099"
@FeignClient(name = ServiceConstant.GOV_ACCESS_SERVER, fallback = GovAccessFeignClientFallback.class, url = "localhost:8099") @FeignClient(name = ServiceConstant.GOV_ACCESS_SERVER, fallback = GovAccessFeignClientFallback.class)
public interface GovAccessFeignClient { public interface GovAccessFeignClient {
/** /**

Loading…
Cancel
Save