我想开发一个小的Sprint Shell项目,我在其中显示静态信息,当收到事件时可能会更新。这种功能在Spring Shell中是可能的吗,或者它甚至是完成这项工作的正确工具吗?
举一个我想要实现的目标的例子:
-------------------
| Stock Value: 5$ | < This information should be always displayed
-------------------
shell:> I can put input here当我在应用程序中键入事件时,应该能够将其更改为例如
-------------------
| Stock Value: 7$ | < This information gets updated
-------------------
shell:> I can still type here发布于 2019-07-11 20:50:26
Spring shell可以为您做到这一点。
https://stackoverflow.com/questions/55949107
复制相似问题