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
1) springboot 2.4.8 版本 引入 nacos 0.2.11 版本 2 配置文件 #nacos:
3)报错 Failed to resolve name. status=Status{code=UNAVAILABLE, description=Unable to resolve host https, cause=java.lang.RuntimeException: java.net.UnknownHostException: https
The text was updated successfully, but these errors were encountered:
项目在引入
<dependency> <groupId>com.alibaba.nacos</groupId> <artifactId>nacos-client</artifactId> <version>2.1.1</version> </dependency>
可以解决 https 问题 但是就读取不到 nacos的配置文件了
Sorry, something went wrong.
请项目组看到之后,给予回复。谢谢
测试结果 2.1.0才可以
No branches or pull requests
1) springboot 2.4.8 版本 引入 nacos 0.2.11 版本
2 配置文件
#nacos:
config:
server-addr: https://xxxx
3)报错 Failed to resolve name. status=Status{code=UNAVAILABLE, description=Unable to resolve host https, cause=java.lang.RuntimeException: java.net.UnknownHostException: https
The text was updated successfully, but these errors were encountered: