英文:
Spring Shell - How To Disable All or Some Of The Built-In Commands
问题
Using Spring Shell 3.0,我想要禁用一些内置命令,例如 stacktrace
、script
。
这是否可能实现?
英文:
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
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论