49.Spring AOP and AspectJ AOP 有什么区别?

Spring AOP and AspectJ AOP 有什么区别?

1、关系

  • 当在Spring中要使用@Aspect、@Before.等这些注解的时候, 就需要添加AspectJ相关依赖
1 <dependency>
2 	<groupId>org.aspectjgroupId>
3 	<artifactId>aspectjweaver

你可能感兴趣的:(spring,java,后端,spring,boot,java-ee,spring,cloud,intellij-idea)