原文链接:https://blog.youkuaiyun.com/qq_46036214/article/details/115288022
MySQL8 版本以后 连接数据库更改为下面这样:
driverClassName=com.mysql.cj.jdbc.Driver
url=jdbc:mysql://localhost:3306/数据库名?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT&allowPublicKeyRetrieval=true
user=账号
password=密码