Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Whether to support springboot3+redis ? #688

Open
jingbio opened this issue Sep 27, 2024 · 2 comments
Open

Whether to support springboot3+redis ? #688

jingbio opened this issue Sep 27, 2024 · 2 comments

Comments

@jingbio
Copy link

jingbio commented Sep 27, 2024

对以下问题有疑问:

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
Copy link
Collaborator

click33 commented Sep 27, 2024

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

@jingbio
Copy link
Author

jingbio commented Sep 27, 2024

thank u !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants