Skip to content

Instantly share code, notes, and snippets.

@hakaneroztekin
Created June 16, 2022 12:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hakaneroztekin/f1bfa532fb145923a381891198b6f128 to your computer and use it in GitHub Desktop.
Save hakaneroztekin/f1bfa532fb145923a381891198b6f128 to your computer and use it in GitHub Desktop.
docker-add-redis-dependency [docker in a nutshell]
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
<version>2.7.0</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment