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