Simple Bootique app demonstrating the Bootique MVC Module with Jetty, Jersey and Mustache.
You can find different versions of framework in use at
- Java 1.8 or newer.
- Apache Maven.
git clone https://github.com/bootique-examples/bootique-mvc-demo.git
cd bootique-mvc-demo
mvn package
Enter the following to launch the app in Maven.
java -jar target/bootique-mvc-demo-1.0-SNAPSHOT.jar
After launching the app, go to
- http://localhost:9999/ Get user info from model
- http://localhost:9999/hello get hello page