pcyuen98 / covidAngular

0 stars 0 forks source link

SpringBoot Dependency Injection #32

Closed pcyuen98 closed 3 years ago

pcyuen98 commented 3 years ago

Research as per title above and provide reference link

abdrhm293 commented 3 years ago

Dependency Injection is a fundamental aspect of the Spring framework, through which the Spring container “injects” objects into other objects or “dependencies”. Simply put, this allows for loose coupling of components and moves the responsibility of managing components onto the container. https://www.baeldung.com/spring-dependency-injection