我已将 spring 版本从 1.4.3 版本升级到 1.5.3 并开始解决开发环境的以下问题。在我当地,它工作正常。我清除了我的本地 .m2 目录,它在 1.5.3 中运行良好,但在我的 QA 环境中,由于以下错误而失败
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.3.RELEASE</version>
我正在使用 1.4.3.RELEASE 它工作正常。
logger_name: org.springframework.boot.bind.PropertiesConfigurationFactory
message: Field error in object 'spring.jackson' on field 'null': rejected value [inclusion];
codes [typeMismatch.spring.jackson.null,typeMismatch.null,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable:
codes [spring.jackson.null,null]; arguments []; default message [null]]; default message [Failed to convert property value of type 'java.lang.String' to required type 'com.fasterxml.jackson.databind.SerializationFeature' for property 'null';
nested exception is org.springframework.core.convert.ConversionFailedException:
Failed to convert from type [java.lang.String] to type [com.fasterxml.jackson.databind.SerializationFeature] for value 'inclusion'; nested exception is java.lang.IllegalArgumentException:
No enum constant com.fasterxml.jackson.databind.SerializationFeature.inclusion]
有什么帮助可能是错的吗?