问题描述
运行之后最后的问题是java.lang.IllegalArgumentException:Cannotsubclassfinalclassclasscom.sun.proxy.$Proxy16
点击查看完整的程序栈纠结了好几日,在线等献上所有积分
解决方案
本帖最后由 asyuae 于 2015-03-01 19:44:27 编辑
解决方案二:
动态代理有问题,AOP是如何配置的?加上如下配置试试:<aop:aspectj-autoproxyproxy-target-class="true"/>
解决方案三:
UPUPUP
解决方案四:
解决方案五:
Couldnotautowirefield好像自动注入问题,昨天也差不多问题。
解决方案六:
引用1楼zhangjihao的回复:
动态代理有问题,AOP是如何配置的?加上如下配置试试:<aop:aspectj-autoproxyproxy-target-class="true"/>
原来就是加上的
解决方案七:
把proxy-target-class这个属性去掉
解决方案八:
在实例化HelloController时,不能注入一个service变量,你看看是不是这个service不存在...
时间: 2024-09-15 12:54:02