组件声明

@Component

@Controller

@Service

@Repository

配置类

@Configuration + @Bean

@ConponentScan用来搜索配置了@Conponent的类,通常和@Configuration配合使用