Skip to content

Commit 06d038c

Browse files
author
Dave Syer
committed
Move CLI notes to below "Quick Start"
1 parent aed9f2f commit 06d038c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@
5555

5656
## Quick Start
5757

58-
Spring Boot ships with a command line tool that can be used if you want to quickly prototype with Spring. It allows you to run Groovy scripts, which means that you have a familiar Java-like syntax, without so much boilerplate code. Follow the instructions in our main documentation if you want to [install the Spring Boot CLI](http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#getting-started-installing-the-cli).
59-
6058
If you are Java developer you can use [start.spring.io](http://start.spring.io/) to generate a basic project, follow the "Quick Start" example below, or read the reference documentation [getting started](http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#getting-started) guide.
6159

6260
{% include download_widget.md %}
@@ -88,6 +86,10 @@
8886
}
8987
```
9088

89+
## Spring Boot CLI
90+
91+
Spring Boot ships with a command line tool that can be used if you want to quickly prototype with Spring. It allows you to run Groovy scripts, which means that you have a familiar Java-like syntax, without so much boilerplate code. Follow the instructions in our main documentation if you want to [install the Spring Boot CLI](http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#getting-started-installing-the-cli).
92+
9193
{% endcapture %}
9294

9395
{% capture related_resources %}

0 commit comments

Comments
 (0)