Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 591 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 591 Bytes

#Spring Dependency Injection Examples

CircleCI

The project contains examples of using dependency injection of Spring. It contains examples of different types of configuration:

  • xml
  • annotation

The project uses Gradle build tool.

The modules:

  1. advanced-configuration
  2. annotation-configuration
  3. aop-annotation-configuration
  4. aop-xml-configuration
  5. mixed-configuration-annotation-in-xml
  6. mixed-configuration-xml-in-xml
  7. xml-configuration