异常:org.hibernate.HibernateException: No CurrentSessionContext configured!
解决:在hibernate.cfg.xml中加上这句话
<property name="current_session_context_class">thread</property>
异常:org.hibernate.HibernateException: No CurrentSessionContext configured!
解决:在hibernate.cfg.xml中加上这句话
<property name="current_session_context_class">thread</property>