logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Closing non transactional SqlSession导致spring事务不生效

记一次找了一天的bug!!!!spring版本5.1.8.RELEASE错误:Closing non transactional SqlSession!父子容器扫描重复问题网上看了很多解决办法,主流的解决办法是:1.在applicationContext.xml中配置不扫描controller注解:<context:component-scan base-package="...

到底了