常用注解:

1、自动注入:@Resources,@Autowired

2、Bean定义:@Component、@Repository、@Service 和 @Constroller 

@Component是个泛化概念,可以用在任何层次。如果是web开发,尽量用@Repository、@Service 和 @Constroller

相关文章: