数据库连接参数
driver-class-name: com.mysql.cj.jdbc.Driver //&serverTimezone=GMT%2B8连接使用的时区,一般是MySQL8+版本使用的
url: jdbc:mysql://localhost:3306/test?useUnicode=true&characterEncoding=utf8&useSSL=true&serverTimezone=GMT%2B8
username: root
password: 123456
标签:jdbc,2B8,数据库,MySQL,参数,GMT%,mysql,连接 From: https://www.cnblogs.com/hellostar/p/16886736.html