首页 > 其他分享> > WARN: Establishing SSL connection without server's identity verification is not recommended.
WARN: Establishing SSL connection without server's identity verification is not recommended.
作者:互联网
1. Mybatis连接数据库时出现警告:
WARN: Establishing SSL connection without server's identity verification is not recommended.
2. 解决办法:
- 在url后面加上 ?useSSL=false
url = jdbc:mysql://localhost:3306/mybatis?useSSL=false
标签:useSSL,false,server,WARN,SSL,recommended,Establishing 来源: https://www.cnblogs.com/ITwolffy/p/14899893.html