Created
May 10, 2019 10:02
-
-
Save gauravat16/4a1c9cf37f089e59b40b79b006375c85 to your computer and use it in GitHub Desktop.
Redis Properties for UI Application
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
spring.cache.type=redis | |
spring.redis.host=<ip-address> | |
spring.redis.port=<Redis port> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment