|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+## Related Resources
|
|
|
2
|
+
|
|
|
3
|
+Spring Boot provides a wide range of support for various services. It's used for most of these guides. This list contains some of them, showing its diverse support.
|
|
|
4
|
+
|
|
|
5
|
+### Getting Started Guides
|
|
|
6
|
+
|
|
|
7
|
+* [Building a RESTful Web Service with Spring Boot Actuator][gs-actuator-service]
|
|
|
8
|
+* [Accessing Data with JPA][gs-accessing-data-jpa]
|
|
|
9
|
+* [Creating Asynchronous Methods][gs-async-method]
|
|
|
10
|
+* [Creating a Batch Service][gs-batch-processing]
|
|
|
11
|
+* [Securing a Web Application][gs-securing-web]
|
|
|
12
|
+* [Uploading a File][gs-uploading-files]
|
|
|
13
|
+* [Convert JAR to WAR][gs-convert-jar-to-war]
|
|
|
14
|
+
|
|
|
15
|
+[gs-actuator-service]: /guides/gs/actuator-service/content
|
|
|
16
|
+[gs-accessing-data-jpa]: /guides/gs/accessing-data-jpa/content
|
|
|
17
|
+[gs-async-method]: /guides/gs/async-methd/content
|
|
|
18
|
+[gs-batch-processing]: /guides/gs/batch-processing/content
|
|
|
19
|
+[gs-securing-web]: /guides/gs/securing-web/content
|
|
|
20
|
+[gs-uploading-files]: /guides/gs/uploading-files/content
|
|
|
21
|
+[gs-convert-jar-to-war]: /guides/gs/converting-jar-to-war/content
|
|
|
22
|
+
|
|
|
23
|
+### Tutorials
|
|
|
24
|
+
|
|
|
25
|
+* [Tutorial TBD][tut-tbd]
|
|
|
26
|
+
|
|
|
27
|
+[tut-tbd]: /guides/tutorials/tbd
|
|
|
28
|
+
|
|
|
29
|
+### Concepts and Technologies
|
|
|
30
|
+
|
|
|
31
|
+* [REST][u-rest]
|
|
|
32
|
+* [JSON][u-json]
|
|
|
33
|
+
|
|
|
34
|
+[u-rest]: /understanding/rest
|
|
|
35
|
+[u-json]: /understanding/json
|