标签:hid and spring 容器 扫描 style public cli 作用
2. @Autowired
作用:@Autowired表示被修饰的类需要注入对象,spring会扫描所有被@Autowired标注的类,然后根据 类型在ioc容器中找到匹配的类注入。
@Autowired public class Car(Brand benz) { this.brand=benz; }
标签:hid and spring 容器 扫描 style public cli 作用
原文地址:https://www.cnblogs.com/LittleSpring/p/11252102.html