Spring Boot的事务管理注解@EnableTransactionManagement的使用

@EnableTransactionManagement:负责开启springboot 的事物支持,等同于xml配置文件中的 <tx:annotation-driven />

然后在访问数据库的Service方法上添加注解 @Transactional 便可。

在Service中,被 @Transactional 注解的方法,将支持事务。如果注解在类上,则整个类的所有方法都默认支持事务。

上一篇:L-value 和 R-value.


下一篇:[简历] PHP 技能关键字列表