浏览代码

Update README.md

Git-Leon 6 年前
父节点
当前提交
664a957b72
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0
    1
      README.md

+ 0
- 1
README.md 查看文件

@@ -129,7 +129,6 @@
129 129
 * Each of the following `Config` classes should have a class-signature annotation of `@Configuration`
130 130
 	* this annotation tells spring to scan for `@Bean` definitions within the scope of the class, and register them to the [IOC Container](https://www.tutorialspoint.com/spring/spring_ioc_containers.htm) for `Inject` and `Autowire` use later.
131 131
 * Classroom should define getters for each of its fields.
132
-* **Tip:** if testing fails, begin researching and attempting to use the `@Qualifier` annotation.
133 132
 
134 133
 ### Developmental Notes
135 134
 * `@Autowired`