PHP to Java, basic understanding of Java language, used Java to do some Android
After searching online, I roughly understand that springboot is similar to a packaged thing. I heard that newcomers have trouble solving problems when using it.
And springmvc needs to combine and install components by itself.
Which one is better and has fewer pitfalls for quick learning projects?
Happiness comes from comparison, try springMVC first, and then experience springBoot
It is recommended to start with SpringMVC
It is recommended to use spring boot. Spring boot is mainly based on the idea of "convention due to configuration", which can save many steps in the project construction process. You just need to follow the official website tutorial step by step
http://www.wangtao.pw/admin/d...
About the simple development of springboot
You can appreciate the benefits of Springboot only after using a large number of configurations of Springmvc.