0

Using Spring Shell 3.0 I would like to disable some of the built-in commands, e.g. stacktrace, script.

Is this possible to achieve?

D-Dᴙum
  • 7,689
  • 8
  • 58
  • 97

1 Answers1

0

In class StandardCommandsAutoConfiguration there are properties which can be set to disable commands. In spring-shell-autoconfigure.jar

D-Dᴙum
  • 7,689
  • 8
  • 58
  • 97