我之前遇到報錯:java.net.UnknownHostException:weixinshangcheng
這個報錯原因是:
無法解析該域名,可以將域名對應的ip寫入到hosts文件中保存。就好了
這個報錯直接導致服務器對應的服務全部崩了。
解決:

加一下名字就行了
127.0.0.1 weixinshangcheng localhost localhost.localdomain localhost4 localhost4.localdomain4
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6