Skip to content

Instantly share code, notes, and snippets.

@j1cs
Created May 26, 2023 22:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save j1cs/342747b32721b8f097d4e0d4373f16e5 to your computer and use it in GitHub Desktop.
Save j1cs/342747b32721b8f097d4e0d4373f16e5 to your computer and use it in GitHub Desktop.
# api-usuarios
Demo api rest en Spring Boot
## Comando para levantar una instancia de PostgreSql
```shell
docker run --name postgresDev01 -dp 5432:5432 -e POSTGRES_PASSWORD=c33766232 postgres:alpine3.18
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment