.txt con las tecnologias

This commit is contained in:
2025-09-10 17:47:00 -04:00
parent bdefcf5162
commit ecdd4bec4d

23
TIC.txt Normal file
View File

@@ -0,0 +1,23 @@
Java 21 o superior
Spring Boot 3.5.5 → framework principal para crear el backend REST.
Spring Security
Spring Data JPA
🔹 Base de datos
Hibernate
🔹 Seguridad y encriptación
BCryptPasswordEncoder → codificación segura de contraseñas.
Basic Auth (HTTP Basic Authentication) → método de autenticación para pruebas.
🔹 Servidor / despliegue
Tomcat embebido → servidor web incluido en Spring Boot para ejecutar la app.
Maven / Gradle