From bba23dc26697a563d07d22a3727ad62473f2ffd3 Mon Sep 17 00:00:00 2001 From: yaodehuang Date: Wed, 15 Jul 2020 21:16:37 +0800 Subject: [PATCH] feat: edit spring-boot-demo-helloworld Readme.md --- spring-boot-demo-helloworld/README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/spring-boot-demo-helloworld/README.md b/spring-boot-demo-helloworld/README.md index c5428ec..1e42f53 100644 --- a/spring-boot-demo-helloworld/README.md +++ b/spring-boot-demo-helloworld/README.md @@ -1,8 +1,14 @@ # spring-boot-demo-helloworld +## Runing spring boot demo helloworld + +```sh + $ mvn spring-boot:run +``` +## > 本 demo 演示如何使用 Spring Boot 写一个hello world -## pom.xml +### pom.xml ```xml ``` -## SpringBootDemoHelloworldApplication.java +### SpringBootDemoHelloworldApplication.java ```java /** @@ -99,7 +105,7 @@ public class SpringBootDemoHelloworldApplication { } ``` -## application.yml +### application.yml ```yaml server: