-
Notifications
You must be signed in to change notification settings - Fork 83
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
Add guide on configuring port and hostname #20
Comments
I think we shouldn't change the heading, but I also think it's a reasonable request to add how to set the host and port. Thanks for the feedback, @harryge00 Gary: If you're not the right person to describe that, please let me know. Also, if you want help with the wording, please let me know. I'll review it anyway, though. Thanks much. |
I am not the right person (@mp911de , or someone from the Boot team?). However, I would suggest a doc link to https://docs.spring.io/spring-boot/docs/current/reference/html/spring-boot-features.html#boot-features-redis and to https://docs.spring.io/spring-boot/docs/current/reference/html/appendix-application-properties.html#data-properties (scroll down to I have an open request to make the anchors for those properties more granular. It's not getting much love. Vote it up!! |
+1 for a doc link. And the same for rabbit and Kafka guides. |
I finally figured out a way to configure 😂:
Using |
|
I added #26 to replace this one. |
I am not familiar with spring framework. I tried to use
setHostname/setPort
orRedisStandaloneConfiguration
to configure host/port, but it always reported error ...I think as guide for spring, it will be beneficial adding example on configuring host/port instead of using the default config. Thanks
The text was updated successfully, but these errors were encountered: