@EnableAutoConfiguration Annotation in Spring Boot
@EnableAutoConfiguration
annotation auto-configures the beans that are present in the classpath. This simplifies the developers work by guessing the required beans from the classpath and configure it to run the application. This annotation is part of the spring boot project.
Read full article from @EnableAutoConfiguration Annotation in Spring Boot
No comments:
Post a Comment