Hometask lecture 13

  1. git repo
  2. base on hometask 12
  3. remove all xml configuration (+)
  4. All beans to annotation (+)
  5. at least 2 beans of the same type (interface) (+)
  6. inject by Autowired (+)
  7. inject by Qualified (+)

Additional for 10

  1. Spring bean for DataSource (jdbc pool per student) (+)
  2. jdbc properties by @Value annotation (+)
  3. docker-compose file with your db (-)
  4. schema to flyway/liquibase (per student) (+)