Skip to content

andre-bedregal/springboot-redis-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Please follow the steps below to run this app in Docker.

Build app

First, package this project using Maven. Then, build the Docker image.

mvn clean package
docker build -t javanatic/springboot-redis-cache .

Start app

Start the required services (PostgreSQL, Redis and this app)

docker-compose up -d && docker-compose logs -f

End the application

docker-compose down

About

Using Redis as Cache for a Spring Boot based application

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published