All the source code in the project can be found in the linked repository :https://github.com/chenhaoxiang/uifuture-ssm
The front will Spring MVC In this paper, we give a more in-depth explanation of the components of , Next, we will introduce how to use these components for corresponding development .
In daily development , We often encounter the use of forwarding and redirection , For example, the operation after the user login or registration is successful , Forward to login directly on the server side / Registration success page or redirection to another website .
Or the error page and so on . The difference between forwarding and redirection, some basic knowledge will not be introduced here .
Forwarding is the behavior of the server , That is to forward the request directly to the corresponding server URL. The forwarding path must be in the same Web Under the container URL, Users are not aware of server forwarding