Skip to content

Commit

Permalink
Use the Maven wrapper in the README file
Browse files Browse the repository at this point in the history
  • Loading branch information
pvorb committed Oct 18, 2017
1 parent 8ac82e3 commit 3163be4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ A comment service
### Build

~~~
mvn clean package
./mvnw clean package
~~~

### Run

#### Production

~~~
mvn package
./mvnw package
java -jar target/platon-${version}.jar
~~~

Expand All @@ -27,15 +27,15 @@ where you have to replace `${version}` with the current version in the file `pom
#### Testing

~~~
mvn spring-boot:run
./mvnw spring-boot:run
~~~

By default, the server will start under [localhost:8080](http://localhost:8080/).

### Test

~~~
mvn clean verify
./mvnw clean verify
~~~


Expand Down

0 comments on commit 3163be4

Please sign in to comment.