Spring Shell 提供交互式的 Shell 可让你使用简单的基于 Spring 的编程模型来开发命令。
示例代码:
@Component public class HelloWorldCommands implements CommandMarker { // use any Spring annotations for Dependency Injection or other Spring // interfACEs as required. // methods with @Cli annotations Go here }
发布于 2017-09-19 07:47:05 | 133 次阅读