implementado el sistema de roles

This commit is contained in:
Jaime Jiménez
2025-06-26 15:21:28 +02:00
parent f5b2c0b509
commit 8001cf527a
21 changed files with 321 additions and 87 deletions

View File

@ -51,6 +51,10 @@
<groupId>nz.net.ultraq.thymeleaf</groupId>
<artifactId>thymeleaf-layout-dialect</artifactId>
</dependency>
<dependency>
<groupId>org.thymeleaf.extras</groupId>
<artifactId>thymeleaf-extras-springsecurity6</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>