2022-08-15 10:23:31.689 WARN 89292 --- [nio-8081-exec-8] .s.c.o.l.FeignBlockingLoadBalancerClient : Load balancer does not contain an instance for the service p2p-admin-server
2022-08-15 10:23:31.690 ERROR 89292 --- [nio-8081-exec-8] .s.f.f.AccountFeignClientFallbackFactory : {}
feign.FeignException$ServiceUnavailable: [503] during [POST] to [http://p2p-admin-server/sys/user/getByUsername?username=system] [AccountFeignClient#getByUsername(String)]: [Load balancer does not contain an instance for the service p2p-admin-server]
登录调用sys/user/getByUsername本地开发时没问题,打包jar到服务器上后一直报错,如上;