- Building Applications with Spring 5 and Vue.js 2
- James J. Ye
- 52字
- 2025-04-04 16:05:52
Spring MVC
Spring MVC provides the technologies for building web applications. It is based on the Java EE Servlet API. Before we dig into Spring MVC, let's take a look at how a Java EE web application works with servlet. This will help you to understand the role of Spring MVC easier.