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
我看了下你写的maven依赖 <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-netflix-zuul</artifactId> </dependency> 这个依赖的只有zuul1系列,spring cloud原生不会再集成zuul2.0,你也可以看看这个项目的maven dependencies
<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-netflix-zuul</artifactId> </dependency>
The text was updated successfully, but these errors were encountered:
我用的是2.1.0 官网只是说不在维护这个项目
Sorry, something went wrong.
你给的demo里面也看不出你用了zuul2.1.0
你给的demo里面也看不出你用了zuul2.1.0 根据父依赖继承的 你可以看下父依赖的版本
No branches or pull requests
我看了下你写的maven依赖
<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-netflix-zuul</artifactId> </dependency>
这个依赖的只有zuul1系列,spring cloud原生不会再集成zuul2.0,你也可以看看这个项目的maven dependencies
The text was updated successfully, but these errors were encountered: