我正在使用spring 5.3.7
,当我启动我的应用程序时,它返回以下错误:
Instantiation of bean failed; nested exception is
org.springframework.beans.BeanInstantiationException: Failed to instantiate
[org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter]:
Constructor threw exception; nested exception is java.lang.NoSuchFieldError:
com/fasterxml/jackson/annotation/JsonInclude$Include.USE_DEFAULTS
我正在使用jackson-annotations-2.10.3.jar
它实现 USE_DEFAULTS 枚举。我希望有一个人可以帮助我。