Spring AOP 利用 JoinPoint得到目標方法及其註解遇到的【java.lang.NoSuchMethodException】異常...

public class StudentImpl { public void say(String msg) { System.out.println("Say:" + msg); } public void run(Shoes shoes) { System.out.println(shoes.getColour()); S
相關文章
相關標籤/搜索