DataSourceTransactionManager总结1.Spring框架配置事务1.1基于schema的自动代理1.2使用@transactional注解2.SpringBoot框架配置事务2.1@Transactional注解2.1.1SpringBoot自动装配事务管理器2.2SpringBoot多数据源配置2.2.1给数据源指定事务管理器2.2.2注解上指定事务管理器1.Spring框架配置事务1.1基于schema的自动代理查看tx:advice标签,可以追踪到TransactionInterceptor类,其实现了MethodInterceptor接口,会在目标方法前后实施增