Skip to content

Commit

Permalink
Adding some build information to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelBucheliZ committed Jun 28, 2019
1 parent b975011 commit 21c7ea0
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,16 @@ Main service for the BFH AppTrans exercise.

Live demo (with mock external systems) at https://bfh-pcws-mock.herokuapp.com/swagger-ui.html

See https://github.com/SamuelBucheliZ/bfh-apptrans-exercise/blob/master/README.md
See also https://github.com/SamuelBucheliZ/bfh-apptrans-exercise/blob/master/README.md

## How to build

Build war for Tomcat deployment (for the exercise)
```
mvn clean package -Pwar
```

Build standalone jar (for demo and Heroku)
```
mvn clean package -Pjar
```

0 comments on commit 21c7ea0

Please sign in to comment.