RestTemplate restTemplate = new RestTemplate(); String url = "http://localhost?param1={1}¶m2={2}"; ResponseEntity<String> responseEntity = ...
確定! 回上一頁