jdk1.8使用的url和driverName的改变

#dataSource configure
connection.url=jdbc:mysql://localhost:3306/shiro?useSSL=false&serverTimezone=UTC
connection.username=root
connection.password=961012gz
connection.driverName=com.mysql.cj.jdbc.Driver

多了ssl的问题和serverTimezone的问题。还有driverName换了。

原文地址:https://www.cnblogs.com/aigeileshei/p/9596840.html