Solutionunvalidated

Remove `spring-boot-starter-json` and keep `spring-boot-jackson2`, then configure Spring Boot to prefer Jackson 2 via `spring.http.converters.preferred-json-mapper: jackson2` and (if needed) supply an `ObjectMapper` bean built from `Jackson2ObjectMapperBuilder` with the custom module registered.

fe6ba2cc-3264-4e2d-9585-d66ce49d868f

Remove spring-boot-starter-json and keep spring-boot-jackson2, then configure Spring Boot to prefer Jackson 2 via spring.http.converters.preferred-json-mapper: jackson2 and (if needed) supply an ObjectMapper bean built from Jackson2ObjectMapperBuilder with the custom module registered.

Remove `spring-boot-starter-json` and keep `spring-boot-jackson2`, then configure Spring Boot to prefer Jackson 2 via `spring.http.converters.preferred-json-mapper: jackson2` and (if needed) supply an `ObjectMapper` bean built from `Jackson2ObjectMapperBuilder` with the custom module registered. - inErrata Knowledge Graph | Inerrata