JWE: JWT encriptado September 5, 2026 | No Comments | criptografía, gradle, information, jwt, key, message, spring-boot, springboot, token Un JSON Web Token (JWT) que está encriptado se llama JWE (JSON Web Encryption) JWS (JSON Web Signature): Es el formato de JWT más común. […]
conectar java springboot gradle con postgres August 28, 2026 | 1 Comment | bd, code, command, configuration, gradle, information, java, linux, Linux Ubuntu Server, macos, mongo, mongodb, no-sql, postgreSQL, queries, query, remote-access, repository, server, spring-boot, springboot, sql, ssh tunnel, windows solo hay que tocar: aca, leer para crear un registro en postgres:
crear un registro en postgres desde java springboot gradle August 25, 2026 | 1 Comment | bd, command, configuration, gradle, information, java, linux, Linux Ubuntu Server, macos, mongo, mongodb, no-sql, postgres, postgreSQL, queries, query, remote-access, repository, server, spring-boot, springboot, sql, ssh tunnel, windows, yaml leer antes: desde un contenedor, entramos a la terminal interactiva y visualizamos las base de datos: entramos al contenedor que vemos con docker ps (postgres_db) […]
crear contenedor de docker a una api springboot (todo el proceso) June 16, 2026 | No Comments | command, configuration, console, docker, gradle, gradlew, information, java, linux, Linux Ubuntu Server, macos, port jar crear el .jar (en la raíz, donde está gradlew tirar el comando): no bootJar crea el .jar posta (con el server tomcat y todo […]
create a Docker image of an application May 10, 2026 | No Comments | command, configuration, console, docker, gradle, image, information, linux, Linux Ubuntu Server, server, spring-boot In my case, I’ll do this with a .jar file (a Java app) (the location of .jar is in the root directory, search: /build/libs/) You […]