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
- Host: GitHub
- URL: https://github.com/thymeleaf/thymeleafexamples-springsecurity
- Owner: thymeleaf
- License: apache-2.0
- Created: 2012-05-22T21:48:59.000Z (almost 14 years ago)
- Default Branch: 3.0-master
- Last Pushed: 2022-05-25T23:11:24.000Z (almost 4 years ago)
- Last Synced: 2025-04-06T00:51:08.395Z (11 months ago)
- Language: Java
- Homepage: http://www.thymeleaf.org
- Size: 90.8 KB
- Stars: 67
- Watchers: 8
- Forks: 36
- Open Issues: 5
-
Metadata Files:
- Readme: README.markdown
- Contributing: CONTRIBUTING.markdown
- License: LICENSE.txt
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