http://xxxx:8888/itoken-eureka/prod/master": No route to host (Host unreachable); nested exception is java.net.NoRouteToHostException: No route to host (Host unreachable)
找不到配置文件,但是我在本地开发可以用啊
Eureka 启动之后 端口为默认的:8080
原因:防火墙没有关闭!!!
centos7下
查看防火墙状态:
firewall-cmd --state
关闭防火墙
systemctl stop firewalld.service
禁止防火墙开机启动
systemctl disable firewalld.service