Browse Source

Document workaround for CRaSH's limited class path scanning

Closes gh-6384
pull/6414/head
Andy Wilkinson 10 years ago
parent
commit
48596dfbde
  1. 3
      spring-boot-docs/src/main/asciidoc/production-ready-features.adoc

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

@ -886,6 +886,9 @@ for details). By default Spring Boot will search for commands in the following l @@ -886,6 +886,9 @@ for details). By default Spring Boot will search for commands in the following l
TIP: You can change the search path by settings a `shell.command-path-patterns` property.
NOTE: If you are using an executable archive, any classes that a shell command depends
upon must be packaged in a nested jar rather than directly in the executable jar or war.
Here is a simple '`hello`' command that could be loaded from
`src/main/resources/commands/hello.groovy`

Loading…
Cancel
Save