Skip to content

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

License

Notifications You must be signed in to change notification settings

EsmaeilChitgar/springboot-postgres-redis-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages