DEV Community

Best Tutorials to Learn Spring MVC?

Ryan Bowlen on February 07, 2019

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!

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
 
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
 
jamessmith23 profile image
JamesSmith23

Checkout this resource to learn Spring MVC.