Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.