0
点赞
收藏
分享

微信扫一扫

idea中Spring事务解决transaction-manager找不到问题

代码小姐 2022-08-30 阅读 225


idea中Spring事务解决transaction-manager找不到问题_xml


将xmlns:tx=“http://www.springframework.org/schema/cache”

这句话进行更改,换成如下:

xmlns:tx=“http://www.springframework.org/schema/tx”

即可成功解决问题。


举报

相关推荐

0 条评论