Springbootcli 简明教程
Discuss Spring Boot CLI
Spring Boot CLI 是一种命令行工具,用于快速启动 Spring。它允许运行 Groovy 脚本。Groovy 脚本类似于 Java 代码,没有任何样板代码。Spring CLI 有助于引导新项目或为其编写自定义命令。
Spring Boot CLI is a command line tool, which is used for a quick start with Spring. It allows running Groovy scripts. Groovy scripts are similar to Java code without any boilerplate code. Spring CLI helps to bootstrap a new project or write custom command for it.