Sfoglia il codice sorgente

Remove old SIDEBAR files

Greg Turnquist 12 anni fa
parent
commit
b22e724bf0
2 ha cambiato i file con 0 aggiunte e 74 eliminazioni
  1. 0
    37
      SIDEBAR.ftl.md
  2. 0
    37
      SIDEBAR.md

+ 0
- 37
SIDEBAR.ftl.md Vedi File

1
-## Related resources
2
-
3
-Spring Boot provides a wide range of support for various services, including most services documented in the Spring Getting Started guides. Some of these guides are listed here.
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 Files][gs-uploading-files]
13
-* [Converting a Spring Boot JAR Application to a WAR][gs-convert-jar-to-war]
14
-
15
-[gs-actuator-service]: /guides/gs/actuator-service
16
-[gs-accessing-data-jpa]: /guides/gs/accessing-data-jpa
17
-[gs-async-method]: /guides/gs/async-method
18
-[gs-batch-processing]: /guides/gs/batch-processing
19
-[gs-securing-web]: /guides/gs/securing-web
20
-[gs-uploading-files]: /guides/gs/uploading-files
21
-[gs-convert-jar-to-war]: /guides/gs/convert-jar-to-war
22
-
23
-### Tutorials
24
-
25
-* [Designing and Implementing RESTful Web Services with Spring][tut-rest]
26
-* [Designing and Implementing a Web Application with Spring][tut-web]
27
-
28
-[tut-rest]: /guides/tutorials/rest
29
-[tut-web]: /guides/tutorials/web
30
-
31
-### Concepts and technologies
32
-
33
-* [REST][u-rest]
34
-* [JSON][u-json]
35
-
36
-<@u_rest/>
37
-<@u_json/>

+ 0
- 37
SIDEBAR.md Vedi File

1
-## Related resources
2
-
3
-Spring Boot provides a wide range of support for various services, including most services documented in the Spring Getting Started guides. Some of these guides are listed here.
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 Files][gs-uploading-files]
13
-* [Converting a Spring Boot JAR Application to a WAR][gs-convert-jar-to-war]
14
-
15
-[gs-actuator-service]: /guides/gs/actuator-service
16
-[gs-accessing-data-jpa]: /guides/gs/accessing-data-jpa
17
-[gs-async-method]: /guides/gs/async-method
18
-[gs-batch-processing]: /guides/gs/batch-processing
19
-[gs-securing-web]: /guides/gs/securing-web
20
-[gs-uploading-files]: /guides/gs/uploading-files
21
-[gs-convert-jar-to-war]: /guides/gs/convert-jar-to-war
22
-
23
-### Tutorials
24
-
25
-* [Designing and Implementing RESTful Web Services with Spring][tut-rest]
26
-* [Designing and Implementing a Web Application with Spring][tut-web]
27
-
28
-[tut-rest]: /guides/tutorials/rest
29
-[tut-web]: /guides/tutorials/web
30
-
31
-### Concepts and technologies
32
-
33
-* [REST][u-rest]
34
-* [JSON][u-json]
35
-
36
-[u-rest]: /understanding/REST
37
-[u-json]: /understanding/JSON