Hi, I’m using Spring Boot 2.5.1 w/ Kotlin 1.4.32 a...
# spring
e
Hi, I’m using Spring Boot 2.5.1 w/ Kotlin 1.4.32 and the Jackson
ObjectMapper
that’s being configured in
application.yaml
doesn’t appear to be the same one that’s being used by my
RestController
. I’m not getting pretty-printed JSON (for dev) and `Instant`s aren’t being formatted as strings, they are longs + nanos. Any help on where I can start debugging this?