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>