Spring Boot - The Missing Guide : 4 - Understanding How Spring's Dependency Injection Work

preview_player
Показать описание
In this video, we are going to deep dive into how Spring's dependency injection works behind the scenes using:
* Classpath scanning for Annotations
* Determining the bean dependencies using Reflection API
* Instantiating the beans using Reflection API

We will also take a look at how we can follow Dependency Injection pattern without using any framework.

Рекомендации по теме
Комментарии
Автор

Thanks Siva, for giving this wonderful content for free. I was waiting for this series. I see you record the videos at 3 AM. Really a loads of respect and a big salute. A lot of things to learn from you Siva.

achyuthreddyi
Автор

Excellent video! It broadened my knowledge. Thanks.

codewithmert
Автор

That was an excellent overview of the main idea behind dependency injection and the basis over which Spring does its things.

matheusemm
Автор

I didn't finish to whach it yet but you just got the point. Please continue with this awesome work

rsousaj
Автор

Thankyou for explaining reflection and then dependency injection
Never saw this in any tutorial

jsuryakt
Автор

Really learned a lot from this video!
Question: How can I use @Autowired to inject a class from an external JAR that doesn't use Spring dependency injection itself?

MohammadZamiruddin
Автор

why constructor based injection why not setter based injection you choosed ? any specific reason

knowyourcode
Автор

Really insightful series. Please keep upskilling us with your series. Thank you Siva

satishkumar_kandasamy