Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 365 Bytes

File metadata and controls

9 lines (6 loc) · 365 Bytes

springboot-postgres-redis-example

A springboot sample project containing PostgreSQL as database and Redis as cache.

Open pgAdmin and create a PostgreSQL database and name it DbPostgres-CacheRedis. run Redis by the following command in docker: sudo docker run --name m-redis -p 6379:6379 -d redis

Now run the project and do the CRUD operations using Postman.