From ecdd4bec4de618c87acbfe0daf297a04e228d5ef Mon Sep 17 00:00:00 2001 From: andre00bejarano00vaca Date: Wed, 10 Sep 2025 17:47:00 -0400 Subject: [PATCH] .txt con las tecnologias --- TIC.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 TIC.txt diff --git a/TIC.txt b/TIC.txt new file mode 100644 index 0000000..9115449 --- /dev/null +++ b/TIC.txt @@ -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 \ No newline at end of file