I have two Doubts
1)Can i able to Add Multiple Packages to be scanned using @ComponentScan? is its Recommended or encouraged to create packages out of Main Class Path ?
2)if i use Both @SpringBootApplication and @ComponentScan does it cause Any unpredictable Issues While Testing , Deploying ?