I was to add exclusion annotation to my main annotated class,
i.e. instead of
@SpringBootApplication
I should have
@SpringBootApplication
@EnableAutoConfiguration(exclude={MongoAutoConfiguration.class})
I was to add exclusion annotation to my main annotated class,
i.e. instead of
@SpringBootApplication
I should have
@SpringBootApplication
@EnableAutoConfiguration(exclude={MongoAutoConfiguration.class})