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"/>
設(shè)置為CGLIB代理就好