使用PostMan工具測試spring boot接口的若干請求參數形式

不同接收請求參數的方式: 1.使用raw發送參數 形式1: @RequestBody User user接收屬性,自動封裝到user對象中   形式2 @RequestBody Map<String,Object> userMap接收屬性,封裝到Map中   2.使用x-www-form-urlencoded發送參數 形式1 @RequestParam Map<String,Object> use
相關文章
相關標籤/搜索