当前位置:网站首页>基础篇——REST风格开发
基础篇——REST风格开发
2022-07-05 10:46:00 【printf('小白');】
写法
- Representational State Transfer,表现形式状态转换
- 优点
- 隐藏访问行为,无法通过地址得知资源是何种操作
书写简化
- 隐藏访问行为,无法通过地址得知资源是何种操作
http://locahost/users 查询全部用户信息 GET
http://locahost/users/1 查询单个用户信息 GET
http://locahost/users 添加用户信息 POST
http://locahost/users 修改用户信息 PUT
http://locahost/users/1 删除用户信息 DELETE
- 是一种风格不是一种规范,以REST风格开发的叫做RESTFUL
- 描述模块的名称通常用复数,也就是加s的格式描述,表示此类资源,而非单个资源,例如users, books, accounts
几种注解
@RequestBody @RequestParam @PathVariable
- 区别
- @RequestParam它用于接收
url地址传参
或者表单传参
@RequestBody用于接收json数据
@PathVariable用于接收路径参数,使用{参数名称}
描述路径参数
- @RequestParam它用于接收
- 应用
- 后期开发,发
送请求参数超过一个
时,以json为主
,@RequestBody 应用较广
发送非json格式数据
,选用@RequestParam接收请求参数采用RESTful开发,当参数量较少时
,例如一个,可以采用@PathVariable接收请求路径变量,通常用于id传值
- 后期开发,发
@RestController
- 是@Controller 和 @ResponseBody 的集合体
@PostMapping
- @RequestMapping(method = RequestMethod.POST)
边栏推荐
- 【js学习笔记五十四】BFC方式
- Nuxt//
- 2022年危险化学品生产单位安全生产管理人员特种作业证考试题库模拟考试平台操作
- 关于vray5.2怎么关闭日志窗口
- Solution to the length of flex4 and Flex3 combox drop-down box
- 磨砺·聚变|知道创宇移动端官网焕新上线,开启数字安全之旅!
- deepfake教程
- 2022 t elevator repair operation certificate examination questions and answers
- 使用bat命令一键启动常用浏览器
- SQL Server monitoring statistics blocking script information
猜你喜欢
LSTM applied to MNIST dataset classification (compared with CNN)
【广告系统】增量训练 & 特征准入/特征淘汰
【DNS】“Can‘t resolve host“ as non-root user, but works fine as root
2022 mobile crane driver examination question bank and simulation examination
Go语言-1-开发环境配置
基于OpenHarmony的智能金属探测器
【Oracle】使用DataGrip连接Oracle数据库
Based on shengteng AI Yisa technology, it launched a full target structured solution for video images, reaching the industry-leading level
Review the whole process of the 5th Polkadot Hackathon entrepreneurship competition, and uncover the secrets of the winning projects!
Basic testing process of CSDN Software Testing Introduction
随机推荐
Nuxt//
DGL中的消息传递相关内容的讲解
微信核酸检测预约小程序系统毕业设计毕设(7)中期检查报告
关于vray 5.2的使用(自研笔记)
csdn软件测试入门的测试基本流程
Go-2-Vim IDE常用功能
数据库中的范式:第一范式,第二范式,第三范式
Based on shengteng AI Yisa technology, it launched a full target structured solution for video images, reaching the industry-leading level
Wechat nucleic acid detection appointment applet system graduation design completion (6) opening defense ppt
不要再说微服务可以解决一切问题了!
小程序框架Taro
2021 Shandong provincial competition question bank topic capture
Go project practice - Gorm format time field
华为设备配置信道切换业务不中断
四部门:从即日起至10月底开展燃气安全“百日行动”
基于OpenHarmony的智能金属探测器
Broyage · fusion | savoir que le site officiel de chuangyu mobile end est en ligne et commencer le voyage de sécurité numérique!
在C# 中实现上升沿,并模仿PLC环境验证 If 语句使用上升沿和不使用上升沿的不同
[TCP] TCP connection status JSON output on the server
Operators