Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 354 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 354 Bytes

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