Skip to content

Commit 39ab585

Browse files
committed
Merge pull request spring-projects#2 from btalbott/master
Make final edits
2 parents 74cc4a6 + 6748523 commit 39ab585

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

README.ftl.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<#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.
33

44
What you'll build
55
-----------------
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.
87

98
What you'll need
109
----------------

SIDEBAR.ftl.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Related resources
22

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.
44

55
### Getting Started guides
66

@@ -9,8 +9,8 @@ Spring Boot provides a wide range of support for various services, including mos
99
* [Creating Asynchronous Methods][gs-async-method]
1010
* [Creating a Batch Service][gs-batch-processing]
1111
* [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]
1414

1515
[gs-actuator-service]: /guides/gs/actuator-service
1616
[gs-accessing-data-jpa]: /guides/gs/accessing-data-jpa

0 commit comments

Comments
 (0)