Eric
06/23/2021, 2:50 PMObjectMapper
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?