文章目录 错误描述 解决方案 错误描述 Error creating bean with name ‘org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter 解决方案 spring5开始对jackkson要求必须2.9.0以上,只需要修改pom文件,改为2.9.8即可 <dependency> <groupId>com.fasterxml.