Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baghelamit/springboot-security-thymeleaf
https://github.com/baghelamit/springboot-security-thymeleaf
java jpa spring-boot thymeleaf
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/baghelamit/springboot-security-thymeleaf
- Owner: baghelamit
- Created: 2016-11-28T13:19:39.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-28T13:22:13.000Z (almost 8 years ago)
- Last Synced: 2023-10-20T01:34:17.372Z (about 1 year ago)
- Topics: java, jpa, spring-boot, thymeleaf
- Language: Java
- Size: 82 KB
- Stars: 2
- Watchers: 2
- 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