DEV Community

Ryan Bowlen
Ryan Bowlen

Posted on

Best Tutorials to Learn Spring MVC?

I would appreciate any recommendations for how to best learn Spring MVC. It can be a book or online tutorial. I need to learn for a possible job!

Oldest comments (7)

Collapse
 
lemuelogbunude profile image
Lemuel Ogbunude

Hi,

You can start with this course:youtube.com/playlist?list=PLqq-6Pq...

Once you are comfortable then you can go on to buy some textbooks from Amazon like 'Spring in Action'.

Collapse
 
bowlendev profile image
Ryan Bowlen

Thank you! I will check them out!

Collapse
 
nhh profile image
Niklas

The whole Spring Getting Started section is cool. Baeldung (just google baeldung spring mvc) provides „okish“ introductions to all topics 😊✌️ start.spring.io ist a fantastic resource to bootstrap your projects. And the „Appendix“ (again just google for appendix spring configuration) for application.properties is awesome.

Collapse
 
bowlendev profile image
Ryan Bowlen

Thank you!

Collapse
 
nhh profile image
Niklas

Did it help? 😊

Thread Thread
 
bowlendev profile image
Ryan Bowlen

Yes, thank you!

Collapse
 
jamessmith23 profile image
JamesSmith23

Checkout this resource to learn Spring MVC.