我在 spring 中遇到了事务问题,因为在我的项目中,数据源是在运行时从边文件并根据文档创建的:
我应该注入TransactionManager dataSource
并@Transactional
使用<tx:annotation-driven transaction-manager="txManager"/>
.
所以我的问题是当我想使用注释时该怎么做?
我在 spring 中遇到了事务问题,因为在我的项目中,数据源是在运行时从边文件并根据文档创建的:
我应该注入TransactionManager dataSource
并@Transactional
使用<tx:annotation-driven transaction-manager="txManager"/>
.
所以我的问题是当我想使用注释时该怎么做?