Skip to content

kkapelon/spring-mvc-wizard-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!