mysql数据库升级8.0.11 数据库连接失败

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/weixin_30512027/article/details/80776437
1、修改连接驱动版本
<mysql.driver.version>8.0.11</mysql.driver.version>

2、修改参数

jdbc.url=jdbc:mysql://localhost/xx?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=UTC

猜你喜欢

转载自blog.csdn.net/weixin_30512027/article/details/80776437