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: