# spring-annotation-use **Repository Path**: lddxfs/spring-annotation-use ## Basic Information - **Project Name**: spring-annotation-use - **Description**: Spring注解驱动开发 包括@Configuration, @Bean, @ComponentScan, @Scope, @Lazy, @Conditional ,@Import, @PostConstruct, @PreDestroy ,@Value, @PropertySource, @Autowired,@Qualifier,@Primary, @Resource, @Profile ,@EnableAspectJAutoProxy ,未包含的内容 @EventListener ,注解进行springmvc整合 - **Primary Language**: Java - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-11-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spring-annotation-use Spring注解驱动开发 常用注解使用 #### 项目介绍 包括内容以下注解的使用: - @Configuration - @Bean - @ComponentScan - @Scope - @Lazy - @Conditional - @Import - @PostConstruct - @PreDestroy - @Value - @PropertySource - @Autowired - @Qualifier - @Primary - @Resource - @Profile - @EnableAspectJAutoProxy 未包含的内容: @EventListener ,注解进行springmvc整合 #### 使用说明 1. 使用junit运行