No Hibernate Session bound to thread, and configuration does not allow creation
No Hibernate Session bound to thread, and configuration does not allow creation
出现了这个问题,原因就是没有给操作数据库的service方法配置事务。 事务传播行为种类解析及配置如下例:
Spring在TransactionDefinition接口中规定了7种类型的事务传播行为,它们规定了事务方法和事务方法发生嵌套调用时事务如何进行传播:[......]