山一程--软件开发--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 非必须,已经内置.


 

 

 

 

posted @ 2023-01-12 10:18  君子之行  阅读(6)  评论(0)    收藏  举报