在之前差不多使用spring4.7的时候
在spring-mvc.xml中还有有这个类的 org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
在之后的版本更新之后,就没有了,再次使用之前的配置文件的时候就开始报错
修改为:org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
在之前差不多使用spring4.7的时候
在spring-mvc.xml中还有有这个类的 org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
在之后的版本更新之后,就没有了,再次使用之前的配置文件的时候就开始报错
修改为:org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping