Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 956 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 956 Bytes

verify

bootique-mvc-demo

Simple Bootique app demonstrating the Bootique MVC Module with Jetty, Jersey and Mustache.

You can find different versions of framework in use at

Prerequisites

  • Java 1.8 or newer.
  • Apache Maven.

Build the demo

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

  1. http://localhost:9999/ Get user info from model
  2. http://localhost:9999/hello get hello page