Caused by:org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'mvcConversionService' is expected to be of type 'org.springframework.format.support.FormattingConversionService' but was actually of type 'com.sun.proxy.$Proxy29'
一. 使用cglib代理方式,配置文件:
<aop:config proxy-target-class=“true”>