springboot项目报错Exception getting JDBC Driver: com.mysql.cj.jdbc.Driver

将驱动换成

<jdbcConnection
driverClass="com.mysql.jdbc.Driver"
connectionURL="jdbc:mysql://localhost:3306/newtest"
userId="root"
password="root">
</jdbcConnection>

posted @ 2020-03-24 16:12  红尘沙漏  阅读(2456)  评论(0编辑  收藏  举报