@SpringBootApplication annotation Comprehension

Source: Internet
Author: User

The @SpringBootApplication contains three useful annotations, including


@SpringBootConfiguration: Look at the source code is actually @configuration, indicating that the current class is a configuration class, like an XML configuration file, and now is a Java configuration file, the effect is the same, generally with @bean.


@EnableAutoConfiguration: Enable automatic configuration of the Spring application context to try to guess and configure the beans you might need. The package that is the @EnableAutoConfiguration annotated class contains a specific meaning and is used as the default configuration. It is usually recommended to configure the @EnableAutoConfiguration under the root package so that all the child packages and classes can be found.


@ComponentScan: Automatic scanning with annotation configuration, the default is to scan the current package and all child packages, and the XML configuration automatically scans the same effect. There's a @filter. You can specify to exclude certain classes.

@SpringBootApplication annotation Comprehension

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.