springbootapplication注解

发布时间:
浏览次数: 754

好酷屋教程网小编为您收集和整理了springbootapplication注解的相关教程:很多SpringBoot开发者总是在主类上添加@Configuration、@EnableAutoConfiguration和@ComponentScan。因为这些注解经常一起使用,SpringBoo

很多Spring Boot开发者总是在主类上添加@Configuration、@EnableAutoConfiguration和@ComponentScan。因为这些注解经常一起使用,Spring Boot提供了一个方便的替代方案:@SpringBootApplication。

@SpringBootApplication注解等价于同时使用默认配置的@Configuration、@EnableAutoConfiguration和@ComponentScan:

注:@SpringBootApplication还提供了定制@EnableAutoConfiguration和@ComponentScan属性的别名。

以上就是好酷屋教程网小编为您收集和整理的springbootapplication注解相关内容,如果对您有帮助,请帮忙分享这篇文章^_^

本文来源: https://www.haoku5.com/shuma/63ca7a48446f51acfc0dc4b3.html

相关推荐

    分享到: