f72637aa5c | ||
---|---|---|
.. | ||
54. Installing the CLI.md | ||
55. Using the CLI.md | ||
55.1. Running applications using the CLI.md | ||
55.1.1. Deduced “grab” dependencies.md | ||
55.1.2. Deduced “grab” coordinates.md | ||
55.1.3. Default import statements.md | ||
55.1.4. Automatic main method.md | ||
55.1.5. Custom “grab” metadata.md | ||
55.2. Testing your code.md | ||
55.3. Applications with multiple source files.md | ||
55.4. Packaging your application.md | ||
55.5. Initialize a new project.md | ||
55.6. Using the embedded shell.md | ||
55.7. Adding extensions to the CLI.md | ||
56. Developing application with the Groovy beans DSL.md | ||
57. What to read next.md | ||
README.md |
README.md
Spring Boot CLI
Spring Boot CLI是一个命令行工具,如果想使用Spring进行快速开发可以使用它。它允许你运行Groovy脚本,这意味着你可以使用熟悉的类Java语法,并且没有那么多的模板代码。你也可以启动一个新的项目或为Spring Boot CLI编写自己的命令。