Phillip Webb 33c6c600a9 Split up adoc files
Closes gh-23254
2021-04-29 17:32:27 -07:00

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[]