Skip to content

ashutoshsahoo/gs-spring-boot-redis-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gs-spring-boot-redis-cache

Spring Boot Redis Cache configuration.

Run application

docker compose up -d
gradle clean bootRun

Open Swagger-UI and use the API end-points for testing.

Stop application

Run Ctrl+c to cancel application running state.

docker compose down