随笔分类 -  spring-boot

摘要:SpringBoot事务注解详解 @Transactional spring 事务注解 1.简单开启事务管理 @EnableTransactionManagement // 启注解事务管理,等同于xml配置方式的 <tx:annotation-driven /> 2.事务注解详解 默认遇到throw 阅读全文
posted @ 2020-08-14 11:34 你我一路随行 阅读(1995) 评论(0) 推荐(0)