My @SpringBootApplication annotation is present in com.abc.def package.
According to this article , using @SpringBootApplication annotation is equivalent to using @Configuration, @EnableAutoConfiguration, and @ComponentScan with their default attributes :-
If i supply my own @ComponentScan, does it add new packages to the default value or completely override the default ?