[html]
出现以下错误:
org.hibernate.HibernateException: No Hibernate Session bound to thread, and configuration does not allow creation of non-transactional one here
解决方案:1、判断是否已包含管理
解决方法:
将事务中添加所监听的类
2、是否为SpringMVC+Hibernate架构:
解决办法:
1.如果你将所有控制器放在一个包下,配置文件加入:
2.如Controller, Service, DAO在不同包package下。配置文件加入: