關於Spring AOP動態代理類型轉換失敗問題--java.lang.ClassCastException: com.sun.proxy.$Proxy2 cannot be cast to ...

學習Spring AOP中的動態代理配置時遇到一個類型轉換失敗的報錯: java.lang.ClassCastException: com.sun.proxy.$Proxy2 cannot be cast to com.itheima.aop.Target Spring使用的動態代理有兩種:JDK Proxy 和CGLIB。使用前者必須實現至少一個接口才能實現對方法的攔截。使用後者需要兩個jar包
相關文章
相關標籤/搜索