jdbc警告Establishing SSL connection without server's identity verification is not recommended.
在连接数据库的URL中,数据库名字的后面加上这 几个参数就行了 ?useUnicode=true&characterEncoding=utf-8&useSSL=false
只加useSSL也是可以的
出现这个问题的原因就是mysql的高版本需要指定ssl
在连接数据库的URL中,数据库名字的后面加上这 几个参数就行了 ?useUnicode=true&characterEncoding=utf-8&useSSL=false
只加useSSL也是可以的
出现这个问题的原因就是mysql的高版本需要指定ssl
hu Sep 12 11:00:10 CST 2019 WARN: Establishing SSL connection without server's identi...
ingBoot启东时红色警告: `Mon Jun 04 00:53:48 CST 2018 WARN: Establishing SSL connection with...
Springboot-Mybatis 连接数据库 好久没用Springboot,今儿个用了下,在搭建数据库的时候发现: log框中提示: Wed Jun
在连接数据库的URL中,数据库名字的后面加上这 几个参数就行了 ?useUnicode=true&characterEncoding=utf-8&useSSL=false
Fri Jun 17 13:46:54 CST 2016 WARN: Establishing SSL connection without server's identity
// 连接URL为 jdbc:mysql//服务器地址/数据库名 "jdbc:mysql://localhost:3306/test?useUnicode=true&char
> 声明:使用 JDK8 、springboot2.0、maven3.5.4 》 》 springboot中,查询mysql数据库时候一条警告: Mon Nov 2
Springboot 项目 报错信息: Establishing SSL connection without server's identity verification
![1157512-20190729042505290-538228642.png][] 1在数据库连接的url中添加useSSL=false;2.url中添加useSSL
进行需要连接数据库的操作时,控制台会报下面这个警告,看着不舒服,所以可以解决一下,你可以直接看英文,也能够看得懂。 > Sun May 09 21:49:05 GMT+08:
还没有评论,来说两句吧...