org.hibernate.HibernateException: No CurrentSessionContext configured!
错误,解决方法:
hibernate.cfg.xml中添加:
<!-- Enable Hibernate's automatic session context management -->
<property name="current_session_context_class">thread</property>
时间: 2024-11-08 21:24:45