An open API service indexing awesome lists of open source software.

https://github.com/thymeleaf/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
https://github.com/thymeleaf/thymeleafexamples-springsecurity

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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