连接配置
jdbc.driverClassName=com.mysql.cj.jdbc.Driver
jdbc.url=jdbc:mysql://localhost:3306/mybatis?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=UTC&&allowPublicKeyRetrieval=true
jdbc.username=root
jdbc.password=root
解析
com.mysql.jdbc.Driver
是MySQL5用的驱动
com.mysql.cj.jdbc.Driver
是MySQL6以后的版本
jdbc连接MySQL时出现The server time zone value ‘?й???’ is unrecognized。。。错误:
连接数据库的url中添加serverTimezone参数