21 lines
535 B
Plaintext
21 lines
535 B
Plaintext
[[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[]
|