aspectjweaver和aspectjrt的区别

功能:

spring-aop:AOP核心功能,例如代理工厂等

aspectjweaver:支持切入点表达式等

aspectjrt:支持aop相关注解等

注:

​aspectjweaver包含aspectjrt,所以我们只需要引入aspectjweaver依赖包就可以了

引入aspectjrt使用aop时会报:BeanPostProcessor before instantiation of bean failed; nested exception is org.springframework.beans

posted @ 2020-03-27 17:22  Angry-rookie  阅读(3326)  评论(0)    收藏  举报