Spring Shell – 如何禁用所有或部分内置命令

huangapple go评论40阅读模式
英文:

Spring Shell - How To Disable All or Some Of The Built-In Commands

问题

Using Spring Shell 3.0,我想要禁用一些内置命令,例如 stacktracescript

这是否可能实现?

英文:

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?

答案1

得分: 0

在类StandardCommandsAutoConfiguration中,有一些属性可以设置为禁用命令。在spring-shell-autoconfigure.jar中。

英文:

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

huangapple
  • 本文由 发表于 2023年5月7日 20:34:59
  • 转载请务必保留本文链接:https://go.coder-hub.com/76193966.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定