将驱动换成
<jdbcConnection
driverClass="com.mysql.jdbc.Driver"
connectionURL="jdbc:mysql://localhost:3306/newtest"
userId="root"
password="root">
</jdbcConnection>
将驱动换成
<jdbcConnection
driverClass="com.mysql.jdbc.Driver"
connectionURL="jdbc:mysql://localhost:3306/newtest"
userId="root"
password="root">
</jdbcConnection>
相关文章: