Преглед на файлове

Merge pull request #2 from btalbott/master

Make final edits
Roy Clarkson преди 13 години
родител
ревизия
39ab5855d2
променени са 2 файла, в които са добавени 5 реда и са изтрити 6 реда
  1. 2
    3
      README.ftl.md
  2. 3
    3
      SIDEBAR.ftl.md

+ 2
- 3
README.ftl.md Целия файл

@@ -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.
8 7
 
9 8
 What you'll need
10 9
 ----------------

+ 3
- 3
SIDEBAR.ftl.md Целия файл

@@ -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]
14 14
 
15 15
 [gs-actuator-service]: /guides/gs/actuator-service
16 16
 [gs-accessing-data-jpa]: /guides/gs/accessing-data-jpa