在腾讯云部署java,数据库连接上了,都看得到用户信息,但是输入登录不进去,报错500

在腾讯云部署java,数据库连接上了,都看得到用户信息,但是输入登录不进去,报错500,第1张

你的IP不修饰下么。。。。应该是你的3306端口是本地监听。你可以试试netstat -a.3306端口前面的地址应该是127.0.0.1。只有0.0.0.0:3306.外网才能访问你的本地数据库。

String json = new GsonBuilder().serializeNulls().create().toJson(obj)

String result = HttpClientUtil.executePostUrlQuietly("URL", argList,

new StringEntity(json,  ContentType.APPLICATION_JSON) )

<dependency>

<groupId>org.apache.httpcomponents</groupId>

<artifactId>httpclient</artifactId>

<version>4.3.5</version>

</dependency>


欢迎分享,转载请注明来源:夏雨云

原文地址:https://www.xiayuyun.com/zonghe/415675.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2023-05-23
下一篇2023-05-23

发表评论

登录后才能评论

评论列表(0条)

    保存