ソースを参照

Added See Also links (#66)

At the bottom of the document (above the footer), I added links to other guides that readers may find to be useful.
Jay Bryant 7 年 前
コミット
92113c2119
共有1 個のファイルを変更した23 個の追加1 個の削除を含む
  1. 23
    1
      README.adoc

+ 23
- 1
README.adoc ファイルの表示

@@ -161,6 +161,28 @@ Notice also how the `id` attribute has changed from `1` to `2`. This proves that
161 161
 
162 162
 == Summary
163 163
 
164
-Congratulations! You've just developed a RESTful web service with Spring. 
164
+Congratulations! You've just developed a RESTful web service with Spring.
165
+
166
+== See Also
167
+
168
+The following guides may also be helpful:
169
+
170
+* https://spring.io/guides/gs/accessing-gemfire-data-rest/[Accessing GemFire Data with REST]
171
+* https://spring.io/guides/gs/accessing-mongodb-data-rest/[Accessing MongoDB Data with REST]
172
+* https://spring.io/guides/gs/accessing-data-mysql/[Accessing data with MySQL]
173
+* https://spring.io/guides/gs/accessing-data-rest/[Accessing JPA Data with REST]
174
+* https://spring.io/guides/gs/accessing-neo4j-data-rest/[Accessing Neo4j Data with REST]
175
+* https://spring.io/guides/gs/consuming-rest/[Consuming a RESTful Web Service]
176
+* https://spring.io/guides/gs/consuming-rest-angularjs/[Consuming a RESTful Web Service with AngularJS]
177
+* https://spring.io/guides/gs/consuming-rest-jquery/[Consuming a RESTful Web Service with jQuery]
178
+* https://spring.io/guides/gs/consuming-rest-restjs/[Consuming a RESTful Web Service with rest.js]
179
+* https://spring.io/guides/gs/securing-web/[Securing a Web Application]
180
+* https://spring.io/guides/tutorials/bookmarks/[Building REST services with Spring]
181
+* https://spring.io/guides/tutorials/react-and-spring-data-rest/[React.js and Spring Data REST]
182
+* https://spring.io/guides/gs/spring-boot/[Building an Application with Spring Boot]
183
+* https://spring.io/guides/gs/testing-restdocs/[Creating API Documentation with Restdocs]
184
+* https://spring.io/guides/gs/rest-service-cors/[Enabling Cross Origin Requests for a RESTful Web Service]
185
+* https://spring.io/guides/gs/rest-hateoas/[Building a Hypermedia-Driven RESTful Web Service]
186
+* https://spring.io/guides/gs/circuit-breaker/[Circuit Breaker]
165 187
 
166 188
 include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/footer.adoc[]