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