Browse Source

Add a note that CRaSH requires a JDK

Closes gh-3813
pull/3948/merge
Stephane Nicoll 10 years ago
parent
commit
85d6b499a2
  1. 2
      spring-boot-docs/src/main/asciidoc/production-ready-features.adoc

2
spring-boot-docs/src/main/asciidoc/production-ready-features.adoc

@ -737,6 +737,8 @@ the following dependency to your project: @@ -737,6 +737,8 @@ the following dependency to your project:
TIP: If you want to also enable telnet access you will additionally need a dependency
on `org.crsh:crsh.shell.telnet`.
NOTE: CRaSH requires to run with a JDK as it compiles commands on the fly. If a basic
`help` command fails, you are probably running with a JRE.
[[production-ready-connecting-to-the-remote-shell]]

Loading…
Cancel
Save