Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdbytes/springmvcsecuritytemplate
Template for Spring MVC applications with user security. Dependencies include Spring Framework version 6.0, Spring Boot 3.0, Thymeleaf 3.2, Thymeleaf Layout Dialect 3.3, and Thymeleaf Security Extras 3.1.2. Spring Data JPA is also a major dependency, greatly reducing SQL and Java coding.
https://github.com/mdbytes/springmvcsecuritytemplate
java spring spring-mvc thymeleaf
Last synced: about 10 hours ago
JSON representation
Template for Spring MVC applications with user security. Dependencies include Spring Framework version 6.0, Spring Boot 3.0, Thymeleaf 3.2, Thymeleaf Layout Dialect 3.3, and Thymeleaf Security Extras 3.1.2. Spring Data JPA is also a major dependency, greatly reducing SQL and Java coding.
- Host: GitHub
- URL: https://github.com/mdbytes/springmvcsecuritytemplate
- Owner: mdbytes
- License: mit
- Created: 2023-12-27T20:15:50.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-03T22:15:56.000Z (10 months ago)
- Last Synced: 2024-01-04T22:25:14.849Z (10 months ago)
- Topics: java, spring, spring-mvc, thymeleaf
- Language: Java
- Homepage:
- Size: 31.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## Spring MVC User Security
#### MVC with Thymeleaf
Template for Spring MVC applications with user security. Dependencies include Spring Framework version 6.0,
Spring Boot 3.0, Thymeleaf 3.2, Thymeleaf Layout Dialect 3.3, and Thymeleaf Security Extras 3.1.2. Spring Data JPA is
also a major dependency, greatly reducing SQL and Java coding.Testing for Controllers is still in progress.