2018年10月30日

摘要: Spring的开启事务管理主要是通过@EnableTransactionManagement注解来实现的。 查看源码就会发现,这个注解主要是注入了两个类InfrastructureAdvisorAutoProxyCreator和BeanFactoryTransactionAttributeSourc 阅读全文
posted @ 2018-10-30 17:07 xiaowater 阅读(141) 评论(0) 推荐(0)

导航