Syntax for specific auto-configuration classes that we do not want are being applied?
1.By using "exclude" @EnableAutoConfiguration(exclude={DataSourceAutoConfiguration.class})
2.By using "not include" @EnableAutoConfiguration(enclude!={DataSourceAutoConfiguration.class})
3.Both
4.None
Posted Date:-2020-11-23 07:56:17