mysql8及以上版本在编译中建立连接时要加上时区
spring: datasource: url: jdbc:mysql://localhost:3306/mysql?useUnicode=true&characterEncoding=utf8&useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=GMT%2B8
标签:useSSL,false,mysql8,失败,mysql,true,连接
来源: https://www.cnblogs.com/czh4869/p/16416547.html