spring boot 服务,测试时 一个服务端口报错 ClientException: Load balancer does not have available server for client: account
查看另外的服务端口报
Web server failed to start. Port 8083 was already in use.
Action:
Identify and stop the process that's listening on port 8083 or configure this application to listen on another port.
显示 服务端口被占用:
关闭被占用的服务端口,测试正常



