场景:
项目在第一次配置切面demo时,在@around切面注解中引入方法作为这个切面的作用域时启动报错error at ::0 can't find referenced pointcut
原因:
因为版本不一致我的aspectjweaver版本1.8的低了
解决:
改成1.9就解决
项目在第一次配置切面demo时,在@around切面注解中引入方法作为这个切面的作用域时启动报错error at ::0 can't find referenced pointcut
因为版本不一致我的aspectjweaver版本1.8的低了
改成1.9就解决