@Autowired Annotation for Autowiring | Autowiring in Spring Framework | Spring Framework Tutorial

preview_player
Показать описание
In this video we are going to learn how to use @Autowired annotations for automatic wiring in spring framework.
This video is practical video .

Important Videos:

Important Playlist:

Important Links:

Gear that I use:
Gears that I Use:
Lenovo Ideapad S145 AMD Ryzen 5 15.6

Mic for Recording

Disclaimer:
All videos are for educational purposes and use them wisely. Any video may have a slight mistake, please take decisions based on your research. This video is not forcing anything on you.

Topic covered:
1)autowiring in spring
2)autowiring in spring in hindi
3)spring framework autowiring
4)what is autowiring
5)autowiring in hindi
6)how autowiring works
7)autowiring with example
8)autowiring with example in hindi
9)advantage of autowiring
10)disadvantage of autowiring
Рекомендации по теме
Комментарии
Автор

Dont Judge Durgesh Sir By Subscribers :) he is king of technologies

TECH_SAM
Автор

One of the best channel on YouTube.
Thanks for such great content.

shareefofficialtech
Автор

bhot kam time me apne concept samjha diya thank you :)

manojyadav-wkbu
Автор

Very good explanation. Video quality, Sound quality everything too good.

souravsengupta
Автор

If @Autowired annotation will be added on :
1) *property*, only default constructor will be called.
2) *setter method*, both default constructor and setter method will be called.
3) *parameterised constructor*, only parameterised constructor will be called.
4) *default constructor*, only default constructor will be called, but property will remain as *null*.

Try yourself by adding print statements.

anuragchaturvedi
Автор

Bhaiya..Bahot hi easy way me samja diye ap...very very Thank you

saojiadhe
Автор

really you explain the things fantastically man....

amitsh
Автор

Mjaa aa gya. Bahut bahut shukriya Sir g . <3 u

rahul-java-dev
Автор

You doing great job and won heart of too much ppl

mayurkhamkararts
Автор

thanks for making spring so easy to understand

viralkeeda
Автор

Bina dekhe type kar lete hai code ....keyborad ko bhi nahi dekhte, , , , You are

alokkumar-plds
Автор

Thanks for uploading this video. Really got the concept.

amanbansal
Автор

autowiring took me 1 week to complete. But your teaching is superb

piyushthakur
Автор

thanks you soo much sir
hindi se zyada smjh ati hai

gautamkumar
Автор

In autoconfig.xml file <context: annotation-config /> give exception--. The matching wildcard is strict, but no declaration can be found for element 'conrext: annotation-config'

Mukulsharma-mdew
Автор

In almost every line "Simply" is common😁... BTW sir always like your video.

shubhamchoudharkar
Автор

<context:annotation-config/>, It is showing an error. please help....

ShaanShaban-zmul
Автор

sir i am getting error while enabling annotation in xml file error in bracket(The matching wildcard is strict, but no declaration can be found for element
'context:annotation-config)

Missiionnn
Автор

The prefix "context" for element "context:annotation-config" is not
bound. I am getting this error while auto configuring
Can anyone help me to fix this.

amitjalwanshi
Автор

Hi @LearnCodeWith Durgesh, first of all, thanks for making spring so easy to understand. I tried @autowired annotation on setter method by changing the name of address bean in xml, still it is giving me the same result instead of null. Please help as I am not able to get the source code and notes for this from your website.

nikhilagarwal