Remove reference to spring-cli run command from documentation

This commit is contained in:
Moritz Halbritter
2023-01-09 15:25:27 +01:00
parent 9e414fa263
commit 648db6d1ea
2 changed files with 0 additions and 2 deletions

View File

@@ -66,7 +66,6 @@ More details on getting started with Spring Boot and Gradle can be found in the
[[getting-started.installing.cli]] [[getting-started.installing.cli]]
=== Installing the Spring Boot CLI === Installing the Spring Boot CLI
The Spring Boot CLI (Command Line Interface) is a command line tool that you can use to quickly prototype with Spring. The Spring Boot CLI (Command Line Interface) is a command line tool that you can use to quickly prototype with Spring.
It lets you run https://groovy-lang.org/[Groovy] scripts, which means that you have a familiar Java-like syntax without so much boilerplate code.
You do not need to use the CLI to work with Spring Boot, but it is a quick way to get a Spring application off the ground without an IDE. You do not need to use the CLI to work with Spring Boot, but it is a quick way to get a Spring application off the ground without an IDE.

View File

@@ -5,7 +5,6 @@ We take an opinionated view of the Spring platform and third-party libraries, so
Most Spring Boot applications need very little Spring configuration. Most Spring Boot applications need very little Spring configuration.
You can use Spring Boot to create Java applications that can be started by using `java -jar` or more traditional war deployments. You can use Spring Boot to create Java applications that can be started by using `java -jar` or more traditional war deployments.
We also provide a command line tool that runs "`spring scripts`".
Our primary goals are: Our primary goals are: