Skip to content

Commit

Permalink
feat: edit spring-boot-demo-helloworld Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yaodehaung committed Jul 15, 2020
1 parent 9b9a24d commit bba23dc
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions spring-boot-demo-helloworld/README.md
Original file line number Diff line number Diff line change
@@ -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
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Expand Down Expand Up @@ -59,7 +65,7 @@
</project>
```

## SpringBootDemoHelloworldApplication.java
### SpringBootDemoHelloworldApplication.java

```java
/**
Expand Down Expand Up @@ -99,7 +105,7 @@ public class SpringBootDemoHelloworldApplication {
}
```

## application.yml
### application.yml

```yaml
server:
Expand Down

0 comments on commit bba23dc

Please sign in to comment.