首页  :: 新随笔  :: 管理

org.hibernate.HibernateException: Unable to get the default Bean Validation factory

 

 

<property name="hibernateProperties">
<props>
<prop key="hibernate.dialect">org.hibernate.dialect.MySQLDialect</prop>
<!--ORACLE方言
<prop key="hibernate.dialect">org.hibernate.dialect.OracleDialect</prop>
-->
<!--<prop key="hibernate.hbm2ddl.auto">update</prop>-->
<prop key="hibernate.show_sql">false</prop>
<prop key="hibernate.format_sql">false</prop>
<prop key="hibernate.current_session_context_class">
org.springframework.orm.hibernate3.SpringSessionContext</prop>
<prop key="javax.persistence.validation.mode">none</prop>   增加此行配置
</props>
</property>

 

智读 | 成都会领科技有限公司官网 | 智读App下载 | 每天听本书的博客 | |