Consuming a RESTful Web Service

Spring

感想

RestTemplate クラスが恐ろしく便利。
取得したJSON形式の結果をオブジェクトに設定してくれる。
アノテーションが必要かと思ったら、特にいらないという、、。

proxy周りの設定は以下のサイトが参考になった。

java - Using RestTemplate, how to send the request to a proxy first so I can use my junits with JMeter? - Stack Overflow