摘要: SpringMVC RestTemplate的几种请求调用 1.用统一的方法模板进行四种请求:POST,PUT,DELETE,GET 例如: (1)POST请求 (2)PUT请求 "?id={id}", HttpMethod.DELETE, null, Map.class, 227); null, 阅读全文
posted @ 2018-11-01 16:59 yasepix 阅读(335) 评论(0) 推荐(0)