There are many things in Spring Boot that are listed in the .yml / .properties files, but what is actually used at runtime is determined by which classes are in the classpath. So, assuming you are using Maven or Gradle to replace one provider for json capability with another, simply specify the dependency explicitly for what you need and exclude the transitive dependency for Jackson that one of brings spring-boot-*
.
source
share