@Autowired和@Resource的区别

1.@Autowired是spring中的一个注解
2.@Resource是javaEE中的注解
3.@Autowired是 byType
4.@Resource是byName

你可能感兴趣的:(@Autowired和@Resource的区别)