Skip to content

Commit

Permalink
Added a Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nknj committed Nov 14, 2013
1 parent 29cfa45 commit 7a197c5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
### Simple app to showcase MVC concepts
#### MEST 2015s

To run the app:
```bash
mvn clean package
```

And then:
```bash
java -jar target/dependency/jetty-runner.jar target/*.war
```

0 comments on commit 7a197c5

Please sign in to comment.