總是包這個錯
我的老是報錯 org.hibernate.MappingException: Could not get constructor for org.hibernate.persister.entity.SingleTableEntityPersister 估計是connection.url有問題怎么辦?
我的老是報錯 org.hibernate.MappingException: Could not get constructor for org.hibernate.persister.entity.SingleTableEntityPersister 估計是connection.url有問題怎么辦?
2015-11-02
舉報
2015-11-03
<property name="connection.username">root</property>
? ? <property name="connection.password">root</property>
? ? <property name="connection.driver_class">com.mysql.jdbc.Driver</property>
? ?<property name="connection.url">jdbc:mysql:///hibernate?useUnicode=true&characterEncoding=UTF-8</property>
? ? <property name="dialect">org.hibernate.dialect.MySQLDialect</property>
2015-11-03
代碼發下就可以幫你找了