Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 178 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 178 Bytes

Test Servlet Spec Webapp

To build:

mvn clean install

To run locally:

cd webapp
mvn jetty:run

To deploy to GAE

cd webapp
mvn appengine:deploy