Closed Ghislain1 closed 4 years ago
1) Done! 2) Done! 3) use @Autowired annotation to auto wire bean on the setter method, constructor. it can autowired property in a particular bean. Note. The @Autowired annotation is auto wire the bean by matching data type. The @Autowired annotation can be used to autowire bean on the setter method just like @Required annotation, constructor, a property or methods with arbitrary names and/or multiple arguments 4) OK!
My findings: