@EnableAutoConfiguration
@EnableAutoConfiguration this a class level annotation used to enable auto configure in our spring boot application based on class path details. In a spring boot we no need to use this annotation explicitly once if we use @SpringBootApplication annotation at class level.
Post a Comment
Post a Comment