Skip to content

Instantly share code, notes, and snippets.

@gauravat16
Last active May 10, 2019 09:56
Show Gist options
  • Save gauravat16/02bf6e4f9e05d52e557e9fe682547476 to your computer and use it in GitHub Desktop.
Save gauravat16/02bf6e4f9e05d52e557e9fe682547476 to your computer and use it in GitHub Desktop.
dependencies for UI Service
dependencies {
compile 'org.springframework.boot:spring-boot-starter-data-redis'
compile("org.springframework.boot:spring-boot-starter-cache")
implementation('org.springframework.session:spring-session-data-redis')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment