Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 424 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 424 Bytes

Skeleton Stapler Application

This is a minimum 'hello world' Java web application written with Stapler. If you are creating a new application, you can start with this skeleton:

$ git init
$ git pull https://github.com/stapler/stapler-archetype.git master

Building

Run mvn package to build a war, and run mvn jetty:run to run this application in place on localhost:8080.