ソースを参照

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
 <#assign project_id="gs-spring-boot">
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
 What you'll build
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
 What you'll need
8
 What you'll need
10
 ----------------
9
 ----------------

+ 3
- 3
SIDEBAR.ftl.md ファイルの表示

1
 ## Related resources
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
 ### Getting Started guides
5
 ### Getting Started guides
6
 
6
 
9
 * [Creating Asynchronous Methods][gs-async-method]
9
 * [Creating Asynchronous Methods][gs-async-method]
10
 * [Creating a Batch Service][gs-batch-processing]
10
 * [Creating a Batch Service][gs-batch-processing]
11
 * [Securing a Web Application][gs-securing-web]
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
 [gs-actuator-service]: /guides/gs/actuator-service
15
 [gs-actuator-service]: /guides/gs/actuator-service
16
 [gs-accessing-data-jpa]: /guides/gs/accessing-data-jpa
16
 [gs-accessing-data-jpa]: /guides/gs/accessing-data-jpa