java.lang.UnsupportedOperationException: The application must supply JDBC connections
the application must supply JDBC connections?这是啥意思啊
the application must supply JDBC connections?这是啥意思啊
2016-09-10
<property name=" connection.url>jdbc:mysql://localhost:3306/hibernate</property>
<property name=" connection.url”>jdbc:mysql://localhost:3306/hibernate?useUnicode=true&characterEncoding=UTF-8</property>
<property name="connection.url">jdbc:mysql:///hibernate?useUnicode=true&characterEncoding=UTF-8</property>
一开始是跟着老师做的 ,但是报错 后来试了好几种都不行
举报