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

org.hibernate.HibernateException: Unable to get the default Bean Validation factor
这个异常需要在hibernate.cfg.xml配置文件中配置:
<property name="javax.persistence.validation.mode">none</property>

原文地址:https://www.cnblogs.com/google4y/p/3140294.html