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

Posted VipMao

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Exception in thread "main" java.lang.ClassCastException: $Proxy13相关的知识,希望对你有一定的参考价值。

SpringAOP中报错:Exception in thread "main" java.lang.ClassCastException: $Proxy13

导致原因:在你的业务逻辑中实现了接口

解决方案:

方案一:在配置文件beans.xml中的<aop:config>标签中添加:

<aop:config proxy-target-class="true">:


以上是关于Exception in thread "main" java.lang.ClassCastException: $Proxy13的主要内容,如果未能解决你的问题,请参考以下文章

Exception in thread "main" java.lang.UnsupportedClassVersionError

Exception in thread "main" java.util.InputMismatchException

Exception in thread "main" java.lang.ClassCastException

Exception in thread "main" java.lang.UnsatisfiedLinkError:

Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 1

Exception in thread "main" java.lang.NullPointerException