añadido gestion de usuarios

This commit is contained in:
Jaime Jiménez
2025-06-17 14:48:57 +02:00
parent 7709138428
commit f5b2c0b509
23 changed files with 673 additions and 31 deletions

View File

@ -67,6 +67,12 @@
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
<!-- Spring Security -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>