From dc86e9f50202992b2a0449345cc5684cd6c3cfa3 Mon Sep 17 00:00:00 2001 From: "Yangkai.Shen" <237497819@qq.com> Date: Sat, 29 Sep 2018 11:35:11 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20spring-boot-demo-helloworld=20?= =?UTF-8?q?=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spring-boot-demo-helloworld/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-demo-helloworld/README.md b/spring-boot-demo-helloworld/README.md index 82b268e36..c965fa7ce 100644 --- a/spring-boot-demo-helloworld/README.md +++ b/spring-boot-demo-helloworld/README.md @@ -1,5 +1,7 @@ # spring-boot-demo-helloworld +> 本 demo 是 Spring Boot 的一个起步demo + ## pom.xml ```xml @@ -58,7 +60,6 @@ - ``` ## SpringBootDemoHelloworldApplication.java @@ -99,7 +100,6 @@ public class SpringBootDemoHelloworldApplication { return StrUtil.format("Hello, {}!", who); } } - ``` ## application.yml