SEARCH BY

All

  • All
  • Java8
  • Spring

@SpringBootApplication

Post a Comment
@SpringBootApplication is a class level annotation used to enable auto-configuration, component scan and to define extra configuration in spring boot application. Spring boot application starts the execution from a class which annotated with @SpringBootApplication. This @SpringBootApplication annotation is combination of the following three annotations:
@EnableAutoConfiguration
@ComponentScan
@Configuration
jaya
I love software designing, coding, writing and teaching...

Share this article

Related Posts

Post a Comment

Place your code in <em> </em> tags to send in comments | Do not add hyper links in commnet

Close

Subscribe our newsletter for the latest articles directly into your email inbox