IDEA mybatisPlus报错:The last packet sent successfully to the server was 0 milliseconds ago.

今天,在配置mybatisPlus的时候,出现了

IDEA mybatisPlus报错:The last packet sent successfully to the server was 0 milliseconds ago._第1张图片
这样的错误。
检查了半天,找不到原因,重装了插件,重启了数据库,甚至重装的IDEA,后来发现是mysql:jdbc连接串里有一个参数需要增加,要不然连接不了
放上我的大家参考jdbc:mysql://localhost:3306/lottery?useSSL=false&serverTimezone=UTC
useSSL=false这个参数一定要加,没他,就会出现连接错误。

IDEA mybatisPlus报错:The last packet sent successfully to the server was 0 milliseconds ago._第2张图片IDEA mybatisPlus报错:The last packet sent successfully to the server was 0 milliseconds ago._第3张图片

你可能感兴趣的:(intellij-idea,java,mysql,mybatis)