报错:
org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'userServiceImpl' is expected to be of type 'com.wt.service.impl.UserServiceImpl' but was actually of type 'com.sun.proxy.$Proxy35'问题描述:
:在使用全注解开发aop功能时,报错
org.springframework.beans.factory.BeanNotOfRequiredTypeException:
Bean named 'userServiceImpl' is expected to be of type
'com.wt.service.impl.UserServiceImpl'
but was actually of type 'com.sun.proxy.$Proxy