Skip to content

Commit 248bad3

Browse files
committed
Fix RedisProperties link in the doc
Closes gh-5811
1 parent 4ccc7dc commit 248bad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ content into your application; rather pick only the properties that you need.
678678
spring.mongodb.embedded.features=SYNC_DELAY # Comma-separated list of features to enable.
679679
spring.mongodb.embedded.version=2.6.10 # Version of Mongo to use.
680680
681-
# REDIS ({sc-spring-boot-autoconfigure}/redis/RedisProperties.{sc-ext}[RedisProperties])
681+
# REDIS ({sc-spring-boot-autoconfigure}/data/redis/RedisProperties.{sc-ext}[RedisProperties])
682682
spring.redis.database=0 # Database index used by the connection factory.
683683
spring.redis.host=localhost # Redis server host.
684684
spring.redis.password= # Login password of the redis server.

0 commit comments

Comments
 (0)