|
|
@@ -5,6 +5,9 @@
|
|
5
|
5
|
:source-highlighter: prettify
|
|
6
|
6
|
:project_id: gs-spring-boot
|
|
7
|
7
|
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.
|
|
|
8
|
+It is meant to give you a quick taste of Spring Boot. If you want to create your own Spring Boot-based project, visit
|
|
|
9
|
+http://start.spring.io/[Spring Initializr], fill in your project details, pick your options, and you can download either
|
|
|
10
|
+a Maven build file, or a bundled up project as a zip file.
|
|
8
|
11
|
|
|
9
|
12
|
== What you'll build
|
|
10
|
13
|
You'll build a simple web application with Spring Boot and add some useful services to it.
|