From 7c1ececfab567bd57341306347ec5e48402bea4d Mon Sep 17 00:00:00 2001 From: "yangkai.shen" <237497819@qq.com> Date: Mon, 13 Nov 2017 15:24:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20hello=20world=20=E7=9A=84?= =?UTF-8?q?=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spring-boot-demo-helloworld/README.md | 33 +++++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git a/spring-boot-demo-helloworld/README.md b/spring-boot-demo-helloworld/README.md index 9c907cc..339bb2d 100644 --- a/spring-boot-demo-helloworld/README.md +++ b/spring-boot-demo-helloworld/README.md @@ -2,7 +2,36 @@ 依赖 [spring-boot-demo-helloworld](../spring-boot-demo-parent) -SpringBootDemoHelloworldApplication.java +### pom.xml + +```xml + + + 4.0.0 + + spring-boot-demo-helloworld + 0.0.1-SNAPSHOT + war + + spring-boot-demo-helloworld + Demo project for Spring Boot + + + com.xkcoding + spring-boot-demo-parent + 0.0.1-SNAPSHOT + ../spring-boot-demo-parent/pom.xml + + + + spring-boot-demo-helloworld + + + +``` + +### SpringBootDemoHelloworldApplication.java ```java @RestController @@ -36,7 +65,7 @@ public class SpringBootDemoHelloworldApplication { } ``` -application.yml +### application.yml ```yml server: