Ver código fonte

Provide link to start.spring.io at top.

Greg Turnquist 12 anos atrás
pai
commit
0fc625440a
1 arquivos alterados com 3 adições e 0 exclusões
  1. 3
    0
      README.adoc

+ 3
- 0
README.adoc Ver arquivo

5
 :source-highlighter: prettify
5
 :source-highlighter: prettify
6
 :project_id: gs-spring-boot
6
 :project_id: gs-spring-boot
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.
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
 == What you'll build
12
 == What you'll build
10
 You'll build a simple web application with Spring Boot and add some useful services to it.
13
 You'll build a simple web application with Spring Boot and add some useful services to it.