spring-guides / gs-consuming-rest

Consuming a RESTful Web Service :: Learn how to retrieve web page data with Spring's RestTemplate.
https://spring.io/guides/gs/consuming-rest/
Apache License 2.0
195 stars 287 forks source link

Update json convert #12

Closed fuji321 closed 9 years ago

fuji321 commented 9 years ago

Getter/Setter and toString

gregturn commented 9 years ago

See #11

fuji321 commented 9 years ago

OK, but in Eclipse it couldn't work in gs-consuming-rest-complete

gregturn commented 9 years ago

You can investigate Lombok support for eclipse. I use IntelliJ and have the plugin.

fuji321 commented 9 years ago

Thanks