Guest User

Untitled

a guest
Mar 22nd, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. <groupId>org.springframework.boot</groupId>
  2. <artifactId>spring-boot-starter-parent</artifactId>
  3. <version>1.5.3.RELEASE</version>
  4.  
  5. logger_name: org.springframework.boot.bind.PropertiesConfigurationFactory
  6. message: Field error in object 'spring.jackson' on field 'null': rejected value [inclusion];
  7. codes [typeMismatch.spring.jackson.null,typeMismatch.null,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable:
  8. 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';
  9. nested exception is org.springframework.core.convert.ConversionFailedException:
  10. Failed to convert from type [java.lang.String] to type [com.fasterxml.jackson.databind.SerializationFeature] for value 'inclusion'; nested exception is java.lang.IllegalArgumentException:
  11. No enum constant com.fasterxml.jackson.databind.SerializationFeature.inclusion]
Add Comment
Please, Sign In to add comment