edib / thymeleafexamples-springsecurity

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

Home Page:http://www.thymeleaf.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

http://www.thymeleaf.org

License:Apache License 2.0


Languages

Language:Java 71.9%Language:HTML 27.4%Language:CSS 0.6%