Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.

Latest commit

 

History

History

inter-bean-dependencies

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Inter-bean dependencies exercise 💪

Improve your Spring ApplicationContext Java configuration skills

Task

The task is to refactor Java configuration class RootConfig, in order to properly use Inter-bean dependencies. Your job is to follow the instructions in the todo section and implement a proper configuration.

To verify your configuration, run RootConfigContextTest.java and RootConfigHacksTest.java

Pre-conditions ❗

You're supposed to be familiar with Spring IoC and Dependency injection and Proxy pattern

How to start ❓

  • Just clone the repository and start implementing the todo section, verify your changes by running tests
  • If you don't have enough knowledge about this domain, check out the links below
  • Don't worry if you got stuck, checkout the exercise/completed branch and see the final implementation

Related materials ℹ️