在运行时更改弹簧外壳中的提示
是否可以在弹簧壳应用程序中更改提示?对于默认情况下,似乎提示是:
shell:>
可以在运行时更改此文本吗?
谢谢
is it possible to change the prompt in a spring shell application? For default it seems that the prompt is:
shell:>
Is is possible to change this text at runtime?
THX
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
谢谢您的回答!我忽略了这个功能。我创建了这个类,将其放入我的配置包中,它对我很有用:
Thank you for the answer! I've overlooked this feature. I created this class, put it into my configuration-package and it works good for me:
您可以定义
strignprovider
,请参见文档: https://docs.spring.io/spring-shell/docs/current-snapshot/reference/htmlsingle/#_promptproviderYou can define a
PromptProvider
, see in the Docs: https://docs.spring.io/spring-shell/docs/current-SNAPSHOT/reference/htmlsingle/#_promptprovider对我有用的:
参考:
https://docs。 spring.io/spring-shell/docs/current/api/org/springframework/shell/jline/PromptProvider.html
What worked for me:
Reference:
https://docs.spring.io/spring-shell/docs/current/api/org/springframework/shell/jline/PromptProvider.html