Skip to content

Spring MCV and Hdiv example application with JavaConfig and Spring Boot

Notifications You must be signed in to change notification settings

hdiv/hdiv-spring-mvc-showcase-jc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hdiv: Application Self-Protection

Sample application showing the integration between Spring Boot and Hdiv using JavaConfig configuration.

How to build the application

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

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

Run application with maven:

mvn spring-boot:run

Or run application packaged as a jar:

java -jar target/hdiv-spring-mvc-showcase-jc.jar

Open http://localhost:8080 in your favorite browser.

About

Spring MCV and Hdiv example application with JavaConfig and Spring Boot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published