Spring & Hibernate 整合异常记录:

org.hibernate.HibernateException: getFlushMode is not valid without active transaction

原因 <prop key="hibernate.current_session_context_class">thread</prop> 注释该配置即可。

相关文章:

猜你喜欢
相关资源
相似解决方案