In the application that I work we use the Lib Gson instead of Jackson for this we exclude Jackson lib using:
@EnableAutoConfiguration(exclude = { JacksonAutoConfiguration.class })
But when I use this notation the SBA not works.

It is possible to adapt SBA to use Gson lib?