会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
秋夜雨巷
GitHub地址:
https://autkevin.github.io/
本博客是为了记录工作和学习中的总结,可以交流学习,请勿在不理解的情况下直接复制粘贴
博客园
首页
新随笔
联系
管理
订阅
2020年2月24日
java.security.cert.CertPathValidatorException: Path does not chain with any of the trust anchors
摘要: 出现这个错误是因为URL中出现了useSSL=true,只需要改成false即可。 jdbc:mysql://localhost:3306/demo?useUnicode=true&characterEncoding=utf-8&serverTimezone=UTC&useSSL=true
阅读全文
posted @ 2020-02-24 17:01 秋夜雨巷
阅读(5845)
评论(1)
推荐(1)
公告