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>