You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
535 B
20 lines
535 B
[[cli]] |
|
= Spring Boot CLI |
|
include::attributes.adoc[] |
|
|
|
|
|
The Spring Boot CLI is a command line tool that you can use if you want to quickly develop a Spring application. |
|
It lets you run Groovy scripts, which means that you have a familiar Java-like syntax without so much boilerplate code. |
|
You can also bootstrap a new project or write your own command for it. |
|
|
|
|
|
|
|
include::cli/installation.adoc[] |
|
|
|
include::cli/using-the-cli.adoc[] |
|
|
|
include::cli/groovy-beans-dsl.adoc[] |
|
|
|
include::cli/maven-setting.adoc[] |
|
|
|
include::cli/whats-next.adoc[]
|
|
|