Fork me on GitHub

org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'XXService' is expected to be of type 'XXService' but was actually of type 'com.sun.proxy.$ProxyXX'

当Spring不使用service接口时,需要开启cglib。
在spring.xml中添加

<aop:aspectj-autoproxy proxy-target-class="true"/>
posted @ 2021-07-14 14:40  秋夜雨巷  阅读(356)  评论(0编辑  收藏  举报