@Resource、@Autowired、@Service、@Repositiry、@Component、@Transaction六个注解
@Resource其实不是Spring中的注解,而是JAVA中的标准注解,是JSR-250中的一个规范,Spring对其进行了实现。使用@Resource注解可以注入JavaBean,默认按照名字注入JavaBean。