spring_reference/VII. Spring Boot CLI
qibaoguang f72637aa5c Create README.md 2015-04-24 13:14:38 +08:00
..
54. Installing the CLI.md Update 54. Installing the CLI.md 2015-04-24 13:14:28 +08:00
55. Using the CLI.md Update 55. Using the CLI.md 2015-03-09 23:11:17 +08:00
55.1. Running applications using the CLI.md Update 55.1. Running applications using the CLI.md 2015-03-09 23:13:41 +08:00
55.1.1. Deduced “grab” dependencies.md Update 55.1.1. Deduced “grab” dependencies.md 2015-03-09 23:15:19 +08:00
55.1.2. Deduced “grab” coordinates.md Update 55.1.2. Deduced “grab” coordinates.md 2015-03-09 23:17:45 +08:00
55.1.3. Default import statements.md Update 55.1.3. Default import statements.md 2015-03-09 23:20:01 +08:00
55.1.4. Automatic main method.md Update 55.1.4. Automatic main method.md 2015-03-09 23:22:28 +08:00
55.1.5. Custom “grab” metadata.md Update 55.1.5. Custom “grab” metadata.md 2015-03-09 23:24:28 +08:00
55.2. Testing your code.md Update 55.2. Testing your code.md 2015-03-09 23:28:33 +08:00
55.3. Applications with multiple source files.md Update 55.3. Applications with multiple source files.md 2015-03-09 23:29:58 +08:00
55.4. Packaging your application.md Update 55.4. Packaging your application.md 2015-03-09 23:32:12 +08:00
55.5. Initialize a new project.md Update 55.5. Initialize a new project.md 2015-03-09 23:33:56 +08:00
55.6. Using the embedded shell.md Update 55.6. Using the embedded shell.md 2015-03-09 23:35:26 +08:00
55.7. Adding extensions to the CLI.md Update 55.7. Adding extensions to the CLI.md 2015-03-09 23:37:36 +08:00
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编写自己的命令。