spring boot 学习手册
Search...
Ctrl
K
RESTfull API 开发
Previous
6.Spring IO Platform
Next
附录:Eclipse - Spring Tool Suite工具的安装
Last updated
5 years ago
Was this helpful?
REST风格
1.用URL描述资源
2.用method描述动作
3.使用Json交互数据
4.只是一种风格,不是强制的标准
RESTful API 设计指南