restTemplate.postForObject两个方法
1、restTemplate.postForObject(url, null, String.class, params);
Example:
UriTemplate template = new UriTemplate(“http://example.com/hotels/{hotel}/bookings/{booking}”);Map<String, String> uriV...
原创
2014-08-13 15:11:38 ·
2029 阅读 ·
0 评论