You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
对以下问题有疑问:
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
The text was updated successfully, but these errors were encountered: