Skip to content

stapler/stapler-archetype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages