Spring boot 3.0 - Secure your API with JWT Token [2023]
Spring Boot 3.0 Security with JWT Implementation
Run postgres in a docker container
docker-compose up
docker-compose up db
Exec into postgres container
docker exec -it jamesvrooney-postgres /bin/sh
Use postgres cli (within the container):
psql -U postgres