From 18e5190ad4523159715fbfbe721146edaeaf6950 Mon Sep 17 00:00:00 2001 From: qibaoguang Date: Mon, 9 Mar 2015 23:22:28 +0800 Subject: [PATCH] Update 55.1.4. Automatic main method.md --- VII. Spring Boot CLI/55.1.4. Automatic main method.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VII. Spring Boot CLI/55.1.4. Automatic main method.md b/VII. Spring Boot CLI/55.1.4. Automatic main method.md index e69de29..8b669d1 100644 --- a/VII. Spring Boot CLI/55.1.4. Automatic main method.md +++ b/VII. Spring Boot CLI/55.1.4. Automatic main method.md @@ -0,0 +1,3 @@ +### 55.1.4. 自动创建main方法 + +跟等效的Java应用不同,你不需要在Groovy脚本中添加一个`public static void main(String[] args)`方法。Spring Boot 会使用你编译后的代码自动创建一个SpringApplication。