How to get Spring rest API response in java code? -


i done spring rest api .that returning json data want call api in system(remote ip) .how response in java code or rest template.

{[   {     "deviceid": 1,     "userid": "100",     "username": "jee",     "date": "2016-09-19 00:00:00.000"   },   .   .   .   n  ]} 

how read in java using rest template .

what want consuming rest api in java. this should started.


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -