You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.ftl.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,9 @@
1
1
<#assign project_id="gs-spring-boot">
2
-
This guide walks you through the process of building a simple web application with [Spring Boot][spring-boot].
2
+
This guide provides a sampling of how [Spring Boot][spring-boot] helps you accelerate and facilitate application development. As you read more Spring Getting Started guides, you will see more use cases for Spring Boot.
3
3
4
4
What you'll build
5
5
-----------------
6
-
7
-
The guide provides a sampling of how Spring Boot helps you accelerate and facilitate app development. As you read more Spring getting started guides, you will see more use cases for Spring Boot.
6
+
You'll build a simple web application with Spring Boot and add some useful services to it.
Copy file name to clipboardExpand all lines: SIDEBAR.ftl.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
## Related resources
2
2
3
-
Spring Boot provides a wide range of support for various services, including most services doumented in the Spring Getting Started guides. Some of these guides are listed here.
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
4
5
5
### Getting Started guides
6
6
@@ -9,8 +9,8 @@ Spring Boot provides a wide range of support for various services, including mos
9
9
*[Creating Asynchronous Methods][gs-async-method]
10
10
*[Creating a Batch Service][gs-batch-processing]
11
11
*[Securing a Web Application][gs-securing-web]
12
-
*[Uploading a File][gs-uploading-files]
13
-
*[Converting a Spring Boot JAR-based application to a WAR][gs-convert-jar-to-war]
12
+
*[Uploading Files][gs-uploading-files]
13
+
*[Converting a Spring Boot JAR Application to a WAR][gs-convert-jar-to-war]
0 commit comments