Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 516 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 516 Bytes

Spring-Getting-Started-Guides

翻译Spring官网指南(https://spring.io/guides#getting-started-guides) ,学习Springboot。

1.搭建一个RESTful web服务(Building a RESTful Web Service):https://spring.io/guides/gs/consuming-rest/

本指南将带您完成使用Spring创建“Hello, World”RESTful web服务。

2.使用一个RESTful web服务(Consuming a RESTful Web Service):https://spring.io/guides/gs/consuming-rest/

本指南将引导您创建使用RESTful web服务的应用程序。