【Spring Boot】(33)、SpringBoot事务管理@Transactional注解原理

1、依赖包 1.1、 SpringBoot中的依赖包 众所周知,在SpringBoot中凡是需要跟数据库打交道的,基本上都要显式或者隐式添加jdbc的依赖: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-jdbc</artifactId> </depe
相关文章
相关标签/搜索