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
spring boot 2.2.0 spring cluod Hoxton.RC1 配置 gateway: routes: - id: path_route uri: http://cxytiandi.com predicates: - Path=/course 访问localhost:2001/course报502 Bad Gateway 而换成书上的spring boot 2.0.6.RELEASE spring cloud Finchley.SR2就没问题,这个该怎么解决啊
The text was updated successfully, but these errors were encountered:
访问自己搭建的nginx发现是2.2.0版本是可以的,和nginx版本还有关系?这个原因是什么呢
Sorry, something went wrong.
No branches or pull requests
spring boot 2.2.0
spring cluod Hoxton.RC1
配置
gateway:
routes:
- id: path_route
uri: http://cxytiandi.com
predicates:
- Path=/course
访问localhost:2001/course报502 Bad Gateway
而换成书上的spring boot 2.0.6.RELEASE spring cloud Finchley.SR2就没问题,这个该怎么解决啊
The text was updated successfully, but these errors were encountered: