ClassNotFoundException: org.springframework.http.converter.xml.XmlAwareFormHttpMessageConverter

在学习的过程中按照书上的要求进行了配置:
<bean  class="org.springframework.http.converter.xml.XmlAwareFormHttpMessageConverter" />

 

但是很不幸报错了:
翻阅了spring的文档,发现XmlAwareFormHttpMessageConverter已经不存在了…
于是把XmlAwareFormHttpMessageConverter替换成MappingJackson2XmlHttpMessageConverter
打好jar包后,问题解决