thymeleafexamples-springsecurity
thymeleafexamples-springsecurity copied to clipboard
SpringSecurity - Companion application for the "Login and error pages using Thymeleaf and Spring Security" article at the Thymeleaf website: http://www.thymeleaf.org/springsecurity.html
trafficstars
Thymeleaf Examples: Spring Security
To learn more:
http://www.thymeleaf.org
Building
To build this project you will need Maven 2. You can get it at:
http://maven.apache.org
Clean compilation products:
mvn clean
Compile:
mvn compile
Run in a tomcat server:
mvn tomcat7:run
Once started, the application should be available at:
http://localhost:8080/springsecurity