Created
November 13, 2024 04:37
-
-
Save guaracyalima/388a3b703f51a818dd6c19f9b810bddc to your computer and use it in GitHub Desktop.
This file contains hidden or 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: | |
data: | |
redis: | |
url: redis://${HOST:localhost}:6379 | |
password: 123456 | |
cache: | |
type: redis |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment