docs: 增加 SpringBoot3.x 版本配置 Redis 注意事项。fix: #688

This commit is contained in:
click33 2024-12-15 17:59:10 +08:00
parent 1a89be8daa
commit f424908743

View File

@ -133,6 +133,9 @@ spring.redis.lettuce.pool.min-idle=0
<!---------------------------- tabs:end ------------------------------>
> [!WARNING| label:小提示 ]
> 如果你使用的是 SpringBoot3.x 版本,则需要将前缀 `spring.redis` 改为 `spring.data.redis`
**3. 集成 Redis 后,是我额外手动保存数据,还是框架自动保存?** <br>