本文是学习springmvc官方文档的学习摘要。 https://docs.spring.io/spring/docs/current/spring-framework-reference/web.html#mvc-servlet
知识点
1) DispatcherServlet
2)Filters
3)Annotated Controllers
4) URI Links
5) Asynchronous Requests
6)CORS (Cross Origin Resource Sharing)
7)Web Security
8)HTTP Caching
9) View Technologies
10)MVC Config
11) HTTP/2
12 REST Clients: https://docs.spring.io/spring/docs/current/spring-framework-reference/web-reactive.html#webflux-client
13 Testing
spring-test
14 WebStockets
RFC 6455:https://tools.ietf.org/html/rfc6455
15 Other Web Frameworks
Spring integration with third-party web frameworks
参考文档