SSSLINPPP
1. Summary
This article is structured as follows:
2. @RequestMapping
Wildcard mode:
3. @PathVariable
when requesting a URL, use a placeholder:
4. @RequestParam
@RequestParam: Used to obtain a static URL request to enter the parameter;
5. @CookieValue and @requestheader
6. Using the Servlet API object
6.1 HttpServletRequest
6.2 HttpServletResponse
6.3 HttpSession
7. Name Matching method
bi-set small stack:
- home:http://shop110473970.taobao.com/?spm=a230r.7195193.1997079397.42.AvYpGW
- http://item.taobao.com/item.htm?spm=a1z10.1-c.w4004-11349753717.4.QlmRph&id=520141018493 /http item.taobao.com/item.htm?spm=a1z10.1-c.w4004-11349753717.2.qlmrph&id=520140026342
Graduation Design SP:
- home:Http://shop125186102.taobao.com/?spm=a1z10.1-c.0.0.SsuajD
- http://item.taobao.com/item.htm?spm=a1z10.1-c.w4004-11350644275.2.xiwkXE&id=520141316244
From for notes (Wiz)
"Spring Learning note-mvc-1.1--" @PathVariable compared with @requestparam, @CookieValue, etc.