No CurrentSessionContext configured异常 在hibernate.cfg.xml文件中忘记进行了如下设置:hibernate.current_session_context_class
<property name="hibernate.current_session_context_class">thread</property>