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: