This website works better with JavaScript
Home
Explore
Help
Register
Sign In
mei_you_ni_dong
/
learning_note
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
ecc7626586
Branches
Tags
master
learning_note
/
孙浩博
/
后端
/
Spring
/
spring源码学习
/
spring aop编程思想
/
2、spring aop基础.md
2、spring aop基础.md
256 B
History
Raw
Spring AOP 基础
@AspectJ
注解驱动
激活
@AspectJ
模块
注解激活 -
@EnableAspectJAutoProxy
XML 配置 -
<aop:aspectj-autoproxy/>
声明 Aspect
@Aspect