We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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: SERVER_ADDRESS: d.b.x show error:
Caused by: java.net.BindException: Cannot assign requested addres
how to config SERVER_ADDRESS in k8s?
The text was updated successfully, but these errors were encountered:
其实这个问题我也不太清楚,应该要看下spring boot 的文档
Sorry, something went wrong.
把spring.server.address配置置空
可以参考如下配置: - SERVER_PROTOCOL=https - SERVER_ADDRESS=0.0.0.0 - SERVER_ACCESS_ADDRESS=davinci.github.com - SERVER_ACCESS_PORT=443 或者 - SERVER_PROTOCOL=http - SERVER_ADDRESS=0.0.0.0 - SERVER_ACCESS_ADDRESS=davinci.github.com - SERVER_ACCESS_PORT=80
No branches or pull requests
add: SERVER_ADDRESS: d.b.x
show error:
Caused by: java.net.BindException: Cannot assign requested addres
how to config SERVER_ADDRESS in k8s?
The text was updated successfully, but these errors were encountered: