我已将应用程序中的春季版本从4.3.18.RELEASE升级到5.1.5.RELEASE,现在出现部署错误:
java.lang.ClassNotFoundException: org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
使用Spring版本-4.3.18.RELEASE和应用服务器wildfly-16.0.0.FINAL,部署成功,但是使用Spring版本-5.1.5.RELEASE,出现错误。
任何人都可以给我任何提示我还要做些其他改变吗?
答案 0 :(得分:1)
您可以删除此bean(5.x中不再存在的类)并添加:
<mvc:annotation-driven />