spring_reference/VII. Spring Boot CLI
qibaoguang 4801ab8826 Update 54. Installing the CLI.md 2015-05-31 21:44:43 +08:00
..
54. Installing the CLI.md Update 54. Installing the CLI.md 2015-05-31 21:44:43 +08:00
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 Update 56. Developing application with the Groovy beans DSL.md 2015-03-09 23:38:19 +08:00
57. What to read next.md Update 57. What to read next.md 2015-04-22 21:47:31 +08:00
README.md Create README.md 2015-04-24 13:14:38 +08:00

README.md

Spring Boot CLI

Spring Boot CLI是一个命令行工具如果想使用Spring进行快速开发可以使用它。它允许你运行Groovy脚本这意味着你可以使用熟悉的类Java语法并且没有那么多的模板代码。你也可以启动一个新的项目或为Spring Boot CLI编写自己的命令。