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、ribbon jar包问题 将spring-cloud-starter-ribbon 改为spring-cloud-starter-netflix-ribbon
2、cat-client jar包问题 maven的setting文件中mirror的url(默认是阿里云)先更改为http://unidal.org/nexus/content/repositories/releases/ 等jar包下载之后再恢复为原来的阿里云链接
如果还报红 ①刷新pom文件 重新reload ②重启工具
延伸说明 镜像可以配置多个,但是默认只会使用一个
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1、ribbon jar包问题
将spring-cloud-starter-ribbon
改为spring-cloud-starter-netflix-ribbon
2、cat-client jar包问题
maven的setting文件中mirror的url(默认是阿里云)先更改为http://unidal.org/nexus/content/repositories/releases/
等jar包下载之后再恢复为原来的阿里云链接
如果还报红
①刷新pom文件 重新reload
②重启工具
延伸说明
镜像可以配置多个,但是默认只会使用一个
The text was updated successfully, but these errors were encountered: