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换了。

上一篇:Python调用Google翻译


下一篇:Python 全栈开发五 迭代器 生成器 装饰器