[Spring Boot 2迁移指南](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.0-Migration-Guide#default-proxying-strategy)声明默认代理模式现在是CGLIB . 这是否意味着一个类中的一个方法 a 到另一个 b 的本地调用将在 @Transactional 仅注释 b 时启动一个事务,或者根据Spring的数据切换到仍然需要启动事务以进行自我调用的 aspectj 代理 . 访问参考手册](https://docs.spring.io/spring/docs/current/spring-framework-reference/data-access.html#transaction-declarative-annotations),第1.5.6节?