Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我检查了许多教程,但找不到满意的答案。此注释是否正在执行属性的依赖注入。我听说这可以应用于方法、构造函数或字段,但用于什么目的。
@Autowired注释正在执行依赖注入。
@Autowired
如果@Autowired应用于
我们将@Autowired 用于:
一种。系统中的抽象较少。
湾。当 Spring 找到与 setter 方法一起使用的 @Autowired 注解时,它会尝试在该方法上执行 byType 自动装配。