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
相關文章
相關標籤/搜索