org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'british' must be of type [service.British], but was actually of type [com.sun.proxy.$Proxy9]
解决办法:在applicationContext.xml中添加<aop:config proxy-target-class="true"/>
设置为CGLIB代理就好