Skip to content

Commit

Permalink
📝 spring-boot-demo-helloworld 完成
Browse files Browse the repository at this point in the history
  • Loading branch information
xkcoding committed Sep 29, 2018
1 parent d9236cf commit dc86e9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spring-boot-demo-helloworld/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# spring-boot-demo-helloworld

> 本 demo 是 Spring Boot 的一个起步demo
## pom.xml
```xml
<?xml version="1.0" encoding="UTF-8"?>
Expand Down Expand Up @@ -58,7 +60,6 @@
</build>

</project>

```

## SpringBootDemoHelloworldApplication.java
Expand Down Expand Up @@ -99,7 +100,6 @@ public class SpringBootDemoHelloworldApplication {
return StrUtil.format("Hello, {}!", who);
}
}

```

## application.yml
Expand Down

0 comments on commit dc86e9f

Please sign in to comment.