Pārlūkot izejas kodu

Update README.md

Git-Leon 6 gadus atpakaļ
vecāks
revīzija
664a957b72
Revīzijas autora e-pasts nav piesaistīts nevienam kontam
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0
    1
      README.md

+ 0
- 1
README.md Parādīt failu

@@ -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`