Skip to content

FSD-Projects/Spring-Dependency-Injection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Spring-Dependency-Injection

Testing the various Dependency Injections in Spring

  1. Constructor Dependency using Constructors and the <constructor-arg/> tag in the Spring container (Application Context)
  2. Setter Dependency using Lombok's setters and the <property name="" ref="AnotherBeanName"/> tag
  3. Literal Dependency using <property name = "" value = ""/> tag

About

Testing the various Dependency Injections in Spring

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages