Last active
May 10, 2019 09:56
-
-
Save gauravat16/02bf6e4f9e05d52e557e9fe682547476 to your computer and use it in GitHub Desktop.
dependencies for UI Service
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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