Exception in thread "main" java.lang.ClassCastException: $Proxy13

Exception in thread "main" java.lang.ClassCastException: $Proxy13
緣由:業務層實現了接口java

解決:方法一:切面配置事務的地方修改:<aop:config proxy-target-class="true">(加上黑體字)接口

   方法二:加<property name="proxyTargetClass"><value>true</value></property>  沒試過事務

   方法三:強制轉化成接口get

相關文章
相關標籤/搜索