Springmvc 简明教程

Spring MVC Tutorial

Spring MVC 框架是一个开源 Java 平台,它为开发健壮的基于 Java 的 Web 应用程序提供全面的基础设施支持,非常容易且非常快速。

Spring MVC framework is an open source Java platform that provides comprehensive infrastructure support for developing robust Java based Web applications very easily and very rapidly.

Spring 框架最初由 Rod Johnson 编写,并于 2003 年 6 月首次在 Apache 2.0 许可证下发布。

Spring framework was initially written by Rod Johnson and was first released under the Apache 2.0 license in June 2003.

本教程基于 2021 年 12 月发布的 Spring 框架版本 5.1.34 编写。

This tutorial has been written based on Spring Framework version 5.1.34 released in Dec 2021.

Audience

本教程面向需要详细了解 Spring MVC 框架及其架构和实际用法,包括它的架构和实际用法的 Java 程序员。本教程将为你带来中等程度的专业知识,然后你可以凭借此知识让自己达到更高的专业知识水平。

This tutorial is designed for Java programmers with a need to understand the Spring MVC framework in detail along with its architecture and actual usage. This tutorial will bring you at intermediate level of expertise from where you can take yourself at higher level of expertise.

Prerequisites

在继续本教程之前,你应该很好地理解 Java 编程语言。还需要基本了解 Eclipse IDE,因为所有示例均使用 Eclipse IDE 编译。

Before proceeding with this tutorial you should have a good understanding of Java programming language. A basic understanding of Eclipse IDE is also required because all the examples have been compiled using Eclipse IDE.

Questions and Answers

Spring Questions and Answers 的设计初衷是帮助学生和专业人士准备各种 Certification ExamsJob Interviews 。本部分提供了实用样本面试题和多选题 (MCQ) 集锦,并附有适当的解释说明为其提供答案 - Study Spring Questions and Answers

Spring Questions and Answers has been designed with a special intention of helping students and professionals preparing for various Certification Exams and Job Interviews. This section provides a useful collection of sample Interview Questions and Multiple Choice Questions (MCQs) and their answers with appropriate explanations - Study Spring Questions and Answers