1.idea報錯:Connection timed out: connect; nested exception is java.net.ConnectException: Connection timed out: connect] with root cause
2.訪問超時:訪問頁面如圖
3.原因:服務注冊到內網IP導致訪問失敗
4.解決方法:對服務提供者的spring配置文件中的eureka配置添加如下:
instance:
prefer-ip-address: true
即可解決問題