色综合图-色综合图片-色综合图片二区150p-色综合图区-玖玖国产精品视频-玖玖香蕉视频

您的位置:首頁技術(shù)文章
文章詳情頁

spring boot 常見http請求url參數(shù)獲取方法

瀏覽:40日期:2023-07-20 16:27:19

在定義一個(gè)Rest接口時(shí)通常會利用GET、POST、PUT、DELETE來實(shí)現(xiàn)數(shù)據(jù)的增刪改查;這幾種方式有的需要傳遞參數(shù),后臺開發(fā)人員必須對接收到的參數(shù)進(jìn)行參數(shù)驗(yàn)證來確保程序的健壯性

GET:一般用于查詢數(shù)據(jù),采用明文進(jìn)行傳輸,一般用來獲取一些無關(guān)用戶信息的數(shù)據(jù) POST:一般用于插入數(shù)據(jù) PUT:一般用于數(shù)據(jù)更新 DELETE:一般用于數(shù)據(jù)刪除;一般都是進(jìn)行邏輯刪除(即:僅僅改變記錄的狀態(tài),而并非真正的刪除數(shù)據(jù))

1、@PathVaribale 獲取url中的數(shù)據(jù)

請求URL:localhost:8080/hello/id 獲取id值

實(shí)現(xiàn)代碼如下:

@RestControllerpublicclass HelloController { @RequestMapping(value='/hello/{id}/{name}',method= RequestMethod.GET) public String sayHello(@PathVariable('id') Integer id,@PathVariable('name') String name){ return'id:'+id+' name:'+name; } }

在瀏覽器中 輸入地址:

localhost:8080/hello/100/hello

輸出:

id:81name:hello

2、@RequestParam 獲取請求參數(shù)的值

獲取url參數(shù)值,默認(rèn)方式,需要方法參數(shù)名稱和url參數(shù)保持一致

請求URL:localhost:8080/hello?id=1000

@RestControllerpublicclass HelloController { @RequestMapping(value='/hello',method= RequestMethod.GET) public String sayHello(@RequestParam Integer id){ return'id:'+id; } }

輸出:

id:100

url中有多個(gè)參數(shù)時(shí),如:

localhost:8080/hello?id=98&&name=helloworld

具體代碼如下:

@RestControllerpublicclass HelloController { @RequestMapping(value='/hello',method= RequestMethod.GET) public String sayHello(@RequestParam Integer id,@RequestParam String name){ return'id:'+id+ ' name:'+name; } }

獲取url參數(shù)值,執(zhí)行參數(shù)名稱方式

localhost:8080/hello?userId=1000

@RestControllerpublicclass HelloController { @RequestMapping(value='/hello',method= RequestMethod.GET) public String sayHello(@RequestParam('userId') Integer id){ return'id:'+id; } }

輸出:

id:100

到此這篇關(guān)于spring boot 常見http請求url參數(shù)獲取方法的文章就介紹到這了,更多相關(guān)spring boot url參數(shù)獲取內(nèi)容請搜索好吧啦網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章希望大家以后多多支持好吧啦網(wǎng)!

標(biāo)簽: Spring
相關(guān)文章:
主站蜘蛛池模板: 国产自产v一区二区三区c | mm在线精品视频 | 亚洲精品区在线播放一区二区 | 亚洲国产欧美91 | 欧美成人第一页 | 99九九99九九九视频精品 | 国产精品久久不卡日韩美女 | 亚洲自偷自拍另类12p | 欧美一级视频免费看 | a级高清免费 | 99re免费99re在线视频手机版 | 国产日本韩国不卡在线视频 | 欧美一级棒 | 亚州一级毛片 | 中文字幕在线日韩 | 欧美经典成人在观看线视频 | 国产欧美一区二区另类精品 | 久久综合婷婷香五月 | 成人国产免费 | 91亚洲国产| 丝袜一级片 | 伊人久热这里只有精品视频99 | 男人的天堂毛片 | 香蕉网站狼人久久五月亭亭 | 亚洲欧美一区二区三区在线 | 亚欧在线 | 99爱在线精品视频网站 | 欧美日韩在线永久免费播放 | 99国产精品久久久久久久成人热 | 外国成人网在线观看免费视频 | 欧美xxxx精品另类 | 成年视频在线 | 伊人天堂在线 | 亚洲精品91香蕉综合区 | 免费观看亚洲视频 | 毛片在线免费观看网站 | 自拍视频第一页 | 日韩亚洲欧美理论片 | 91久久国产综合精品女同国语 | 日韩欧美成人乱码一在线 | 草草影院国产第一页 |