Spring 框架 使用aop 的时候 出现错误 Caused by: java.lang.ClassNotFoundException: org.aspectj.lang.JoinPoint

SomeBean public class SomeBean { public Integer someMethod(int agrs){ return agrs+1; } } MyService public class MyService { public void before(){ System.out.println("befor
相关文章
相关标签/搜索