Browse Source

Merge branch '2.5.x'

Closes gh-28833
pull/28836/head
Stephane Nicoll 4 years ago
parent
commit
9719930496
  1. 2
      spring-boot-project/spring-boot-docs/src/docs/asciidoc/getting-started/installing.adoc

2
spring-boot-project/spring-boot-docs/src/docs/asciidoc/getting-started/installing.adoc

@ -97,7 +97,7 @@ Get SDKMAN! from https://sdkman.io and install Spring Boot by using the followin @@ -97,7 +97,7 @@ Get SDKMAN! from https://sdkman.io and install Spring Boot by using the followin
----
$ sdk install springboot
$ spring --version
Spring Boot v{spring-boot-version}
Spring CLI v{spring-boot-version}
----
If you develop features for the CLI and want access to the version you built, use the following commands:

Loading…
Cancel
Save