Merge branch '1.4.x' into 1.5.x
This commit is contained in:
commit
9f1e90d3c0
|
@ -883,8 +883,9 @@ The remote shell can be extended in a number of interesting ways.
|
||||||
|
|
||||||
[[production-ready-remote-commands]]
|
[[production-ready-remote-commands]]
|
||||||
==== Remote shell commands
|
==== Remote shell commands
|
||||||
You can write additional shell commands using Groovy or Java (see the CRaSH documentation
|
You can write additional shell commands using Groovy (see the CRaSH documentation for details).
|
||||||
for details). By default Spring Boot will search for commands in the following locations:
|
Due to limitations in CRaSH's Java compiler, commands written in Java are not supported.
|
||||||
|
By default Spring Boot will search for commands in the following locations:
|
||||||
|
|
||||||
* `+classpath*:/commands/**+`
|
* `+classpath*:/commands/**+`
|
||||||
* `+classpath*:/crash/commands/**+`
|
* `+classpath*:/crash/commands/**+`
|
||||||
|
|
Loading…
Reference in New Issue