Przeglądaj źródła

Add intro sentence

Greg Turnquist 13 lat temu
rodzic
commit
8c937033a2
2 zmienionych plików z 5 dodań i 3 usunięć
  1. 2
    1
      README.ftl.md
  2. 3
    2
      README.md

+ 2
- 1
README.ftl.md Wyświetl plik

@@ -1,9 +1,10 @@
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 3
 
3 4
 What you'll build
4 5
 -----------------
5 6
 
6
-This guide walks you through the process of building a simple web application with [Spring Boot][spring-boot]. 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.
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.
7 8
 
8 9
 What you'll need
9 10
 ----------------

+ 3
- 2
README.md Wyświetl plik

@@ -1,8 +1,9 @@
1
+This guide walks you through the process of building a simple web application with [Spring Boot][spring-boot].
1 2
 
2 3
 What you'll build
3 4
 -----------------
4 5
 
5
-This guide walks you through the process of building a simple web application with [Spring Boot][spring-boot]. 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
+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 7
 
7 8
 What you'll need
8 9
 ----------------
@@ -37,7 +38,7 @@ To **skip the basics**, do the following:
37 38
 Set up the project
38 39
 ------------------
39 40
 
40
-First you set up a basic build script. You can use any build system you like when building apps with Spring, but the code you need to work with [Maven](https://maven.apache.org) and [Gradle](http://gradle.org) is included here. If you're not familiar with either, refer to [Building Java Projects with Maven](/guides/gs/maven/) or [Building Java Projects with Gradle](/guides/gs/gradle/).
41
+First you set up a basic build script. You can use any build system you like when building apps with Spring, but the code you need to work with [Maven](https://maven.apache.org) and [Gradle](http://gradle.org) is included here. If you're not familiar with either, refer to [Building Java Projects with Maven](/guides/gs/maven) or [Building Java Projects with Gradle](/guides/gs/gradle/).
41 42
 
42 43
 ### Create the directory structure
43 44