私のREST
クライアントモジュールをHttpClient.executeMethod(method)
からRestTemplate.postForLocation(uri, obj)
に変更しています。 HttpClient
で、私は明示的方法の接続解除になります。RestTemplateは自動的に接続を解除しますか?
deleteMethod.releaseConnectionを();
Spring
RestTemplate
の中には何も見つかりません。それは自動的に接続を解放しますか?もう1つの方法は、RestTemplate.postForLocation
と呼んだ後で何もしないことは安全ですか?
これは、あなたの質問に答えるかもしれない、http://stackoverflow.com/questions/31869193/using-spring-rest-template-either-creating-too-many-connections-or-slow –