摘要: 一、注解的作用 @Autowired和@Resource都是用来实现Bean的自动注入功能。 二、@Autowired和@Resource的区别 1、所属的包不同 @Autowired是Spring的注解。 @Resource是JSR-250的注解。 IDEA 有时候会在 @Autowired 注解 阅读全文
posted @ 2024-07-09 13:21 树叶的一生啊 阅读(354) 评论(2) 推荐(1) 编辑