山一程--软件开发--AOP 《ASOP》进阶
目的:系统架构中的 横切关注点:事务,安全,缓存。
1.参考资料
2. controller : https://blog.csdn.net/weixin_45583303/article/details/118565966
2. 思考
1. spring boot 引入依赖.
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-aop</artifactId> </dependency>
config: @EnableAspectJAutoProxy 非必须,已经内置.






浙公网安备 33010602011771号