Interface Stacktrace.Command

Enclosing class:
Stacktrace

public static interface Stacktrace.Command
Marker interface for beans providing stacktrace functionality to the shell.

To override the stacktrace command, simply register your own bean implementing that interface and the standard implementation will back off.

To disable the stacktrace command entirely, set the spring.shell.command.stacktrace.enabled=false property in the environment.