Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 536 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 536 Bytes

Hdiv: Application Self-Protection

Sample application showing the integration between Spring Mvc and Hdiv.

How to build the application

Clone this repo and build war file (you'll need Git and Maven installed):

git clone git://github.com/hdiv/hdiv-spring-mvc-showcase.git
cd hdiv-spring-mvc-showcase
mvn package
mvn tomcat7:run

Open http://localhost:8080/hdiv-spring-mvc-showcase in your favorite browser.