|
|
@@ -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
|
|