(Spring)基于注解的事务配置方式
文章目录一、pom.xml 配置二、创建 spring 的配置文件导入约束并配置扫描的包一、pom.xml 配置pom.xml与此相同二、创建 spring 的配置文件导入约束并配置扫描的包(1)配置事务管理器并注入数据源<!-- 配置事务管理器 --><bean id="transactionManager"class="org.springframework.jdbc.datasource.DataSourceTrans