springboot的常用组件

时间:2024年12月05日 02:36:12

spring和springboot常用注解总结 - 知乎

2018年10月14日 @SpringBootApplication 包含@Configuration、@EnableAutoConfiguration、@ComponentScan 通常用在启动类上。 @ComponentScan 组件扫描。如果扫描到有@Component @Controll...

SpringBoot常用标记注解(不全) - 简书

2020年6月15日 标注在某个类上,表示这是一个Spring Boot的配置类; 3.@Configuration: 配置类上来标注这个注解; 配置类 --- 配置文件;配置类也是容器中的一个组件;@Co...