Spring MVC learning summary RESTful introduction / HiddenHttpMethodFilter filter source code analysis / sending put and delete requests using RESTful style / complete cases of RESTful style
1, Introduction to RESTful
REST: Representational State Transfer, the state transfer of presentation layer resources.
resources: Resource is a way of looking at the server, that is, the server is regarded as composed of many discrete resources. Each resource is a named abstraction on the server. Because resource is an abstract concept, it can ...
Posted by fubowl on Thu, 02 Sep 2021 16:38:39 -0700