https://github.com/baghelamit/springboot-security-thymeleaf
https://github.com/baghelamit/springboot-security-thymeleaf
java jpa spring-boot thymeleaf
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/baghelamit/springboot-security-thymeleaf
- Owner: baghelamit
- Created: 2016-11-28T13:19:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-28T13:22:13.000Z (over 8 years ago)
- Last Synced: 2025-04-02T09:44:36.651Z (23 days ago)
- Topics: java, jpa, spring-boot, thymeleaf
- Language: Java
- Size: 82 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# springboot-security-thymeleaf
Sample application using Spring Boot, Thymeleaf, JPA and MySql. Configure your MySql database url, user and password in application.properties.
This sample application has
- Spring Boot 1.4.2, Java 1.8 and thymeleaf-extras-springsecurity4
- Spring security implementation with ADMIN and USER roles
- Remember-Me token persistence in database
- jsr 303 field validation implementation - "FieldsEqual" , "UniqueValue" and "ValidFile" (For image files)
- Create tables and insert data using schema.sql and data.sql