소스 검색

Update README.md

Git-Leon 6 년 전
부모
커밋
664a957b72
No account linked to committer's email
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`