Error creating bean with name ‘org.springframework.web.servlet. mvc.method.annotation.RequestMappingHandlerAdapter’: Instantiation of bean failed; 我出现这个问题是由于spring版本和 Jackson 版本不匹配。 我的spring版本市是5.2.3,之前报错Jackson版本为2.8.7。后面修改了Jackson版本为2.9.8就可以了。