【spring boot 十五】事务的使用 Spring Boot 使用事务非常简单,首先使用注解 @EnableTransactionManagement 开启事务支持后,然后在访问数据库的Service方法上添加注解 @Transactional 便可。 没错,就是… 27wy.cn 2017年11月21日 3,102