Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 592 Bytes

README.md

File metadata and controls

36 lines (21 loc) · 592 Bytes

Spring MVC in a Wizard UI Sample

buddy pipeline

Instructions

To compile

mvn package

To run the webapp

mvn tomcat:run

....and navigate your browser to http://localhost:8080/wizard/index.html

To run unit tests

mvn test

To run functional tests

mvn verify

Enjoy!