mysql5.7之后使用的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换了。

posted @ 2018-09-06 10:28  guodaxia  阅读(1115)  评论(0编辑  收藏  举报