Update 54. Installing the CLI.md

master
qibaoguang 2015-04-24 13:14:28 +08:00
parent a30fc54899
commit eec76610df
1 changed files with 0 additions and 4 deletions

View File

@ -1,7 +1,3 @@
### Spring Boot CLI
Spring Boot CLI是一个命令行工具如果想使用Spring进行快速开发可以使用它。它允许你运行Groovy脚本这意味着你可以使用熟悉的类Java语法并且没有那么多的模板代码。你也可以启动一个新的项目或为Spring Boot CLI编写自己的命令。
### 54. 安装CLI
你可以手动安装Spring Boot CLI也可以使用GVMGroovy环境管理工具或HomebrewMacPorts如果你是一个OSX用户。参考"Getting started"的[Section 10.2, “Installing the Spring Boot CLI” ](http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#getting-started-installing-the-cli)可以看到全面的安装指令。