aspectjweaver和aspectjrt的区别

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

猜你喜欢

转载自blog.csdn.net/weixin_38568503/article/details/114709276