dromara / Sa-Token

一个轻量级 Java 权限认证框架,让鉴权变得简单、优雅!—— 登录认证、权限认证、分布式Session会话、微服务网关鉴权、单点登录、OAuth2.0
https://sa-token.cc
Apache License 2.0
16.21k stars 2.58k forks source link

Whether to support springboot3+redis ? #688

Open jingbio opened 3 days ago

jingbio commented 3 days ago

对以下问题有疑问:

For the latest version of springboot3, the official website does not provide redis configuration instructions.

If you use the configuration provided on the official website, an error will be reported. Because springboot3 will add the data prefix to the redis configuration by default. For example:

spring: data: redis: host: 19xxx port: 6379 database: 14 timeout: 3000 connectTimeout: 5000 password: xxx

click33 commented 3 days ago

Yes, we will mention this in future versions of the document to remind more users to pay attention

jingbio commented 3 days ago

thank u !