From 24c66ea5b0c9f99fc9b40b1b97a939df2a4cf0e6 Mon Sep 17 00:00:00 2001 From: qibaoguang Date: Sun, 15 Mar 2015 22:39:43 +0800 Subject: [PATCH] Update 10.2. Installing the Spring Boot CLI.md --- II. Getting started/10.2. Installing the Spring Boot CLI.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/II. Getting started/10.2. Installing the Spring Boot CLI.md b/II. Getting started/10.2. Installing the Spring Boot CLI.md index e69de29..9329959 100644 --- a/II. Getting started/10.2. Installing the Spring Boot CLI.md +++ b/II. Getting started/10.2. Installing the Spring Boot CLI.md @@ -0,0 +1,5 @@ +### 10.2. Spring Boot CLI安装 + +Spring Boot是一个命令行工具,用于使用Spring进行快速原型搭建。它允许你运行[Groovy](http://groovy.codehaus.org/)脚本,这意味着你可以使用类Java的语法,并且没有那么多的模板代码。 + +你没有必要为了使用Spring Boot而去用CLI,但它绝对是助力Spring应用的最快方式。