Skip to content

Adjusting Jackson JSON configuration

Geoff Bourne edited this page Nov 27, 2016 · 1 revision

MCCY leverages the Spring Boot convention of configuring Jackson JSON via application properties. Specifically, these are configured in src/main/resources/application.properties. The parser configuration properties start with spring.jackson.parser and deserialization with spring.jackson.deserialization.

Clone this wiki locally