No appropritate connection provider encountered, assuming application will be supplying connections.
No appropritate connection provider encountered, assuming application will be supplying connections.?
是不是沒連上MySql數據庫?我在Navicat里已經新建有數據庫了。或者是
<property name = "connection.url">這一行不對?
或者是
<property name="connection.driver_class">com.mysql.jdbc.Driver</property>
然而我不清楚是否安裝了com.mysql.jdbc.Driver
對應的mysql-connector-java-5.1.6-bin.jar已經導入了……