本篇文章小编给大家分享一下springcloud gateway设置context-path操作代码,文章代码介绍的很详细,小编觉得挺不错的,现在分享给大家供大家参考,有需要的小伙伴们可以来看看。
1.使用场景
由于没有申请二级域名,网关使用的地址是 xxx.com/gateway/ 用nginx转发的时候 /gateway/ 也被用来寻址。
gateway 没办法设置 context-path ,针对我这个场景有3个解决方案。
2.解决方案
2.1 增加本地路由(有一个网址指向自己,这里就是 /gateway)
spring: cloud: gateway: routes: # 网关本身没有contextPath,通过自己转发自己,达到能处理contextPath - id: self uri: http://localhost:${server.port} predicates: - Path=/${spring.application.name}/** filters: - StripPrefix=1 order: -11000
这种方式会丢失请求,暂时没考虑原因,就pass了。
2.2 增加过滤器,改写路径
ApiFilter.java
package com.yiche.ballast.filter; import org.springframework.beans.factory.annotation.Value; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.core.annotation.Order; import org.springframework.core.io.buffer.DataBuffer; import org.springframework.http.HttpStatus; import org.springframework.http.server.reactive.ServerHttpRequest; import org.springframework.http.server.reactive.ServerHttpResponse; import org.springframework.web.server.WebFilter; import reactor.core.publisher.Mono; @Configuration public class ApiFilter { @Value("${spring.cloud.gateway.api-prefix:/gateway}") private String prefix; @Bean @Order(-1) public WebFilter apiPrefixFilter() { return (exchange, chain) -> { ServerHttpRequest request = exchange.getRequest(); String path = request.getURI().getRawPath(); if (!path.contains(prefix)) { ServerHttpResponse response = exchange.getResponse(); response.setStatusCode(HttpStatus.BAD_GATEWAY); DataBuffer buffer = response .bufferFactory() .wrap(HttpStatus.BAD_GATEWAY.getReasonPhrase().getBytes()); return response.writeWith(Mono.just(buffer)); } String newPath = path.replaceFirst(prefix, ""); ServerHttpRequest newRequest = request.mutate().path(newPath).build(); return chain.filter(exchange.mutate().request(newRequest).build()); }; } }
这样/gateway 请求进来之后,转发到routers 的时候会把 /gateway去掉,缺点是每个请求进来都需要对路径处理一次。
能配置的尽量不写代码。
2.3 修改配置,在所有的router路径前加前缀(这里就是都加上 /gateway)
spring: cloud: gateway: routes: - id: api-route filters: - StripPrefix=1 predicates: - name: Path args[pattern]: /gateway/api/** uri: lb://xxx-api
偷懒的做法,路由多的时候也挺难受。
现在路由不多,选择了第三种方式。看各自的场景选择吧。
springcloud 的gateway踩坑
添加了路由规则的配置以后,SpringCloud无法正常启动,启动的时候报错
1、配置文件中开启debug=true模式
错误信息显示缺少javax.validation.ValidatorException类;
2、在pom文件中添加hibernate-validator(以及所有相关依赖)
3、结果仍旧报错,此时错误信息:
不能为空,之前是配置在yml文件中,后来换成了properties,问题就解决了。
忍者必须死34399账号登录版 最新版v1.0.138v2.0.72
下载勇者秘境oppo版 安卓版v1.0.5
下载忍者必须死3一加版 最新版v1.0.138v2.0.72
下载绝世仙王官方正版 最新安卓版v1.0.49
下载Goat Simulator 3手机版 安卓版v1.0.8.2
Goat Simulator 3手机版是一个非常有趣的模拟游
Goat Simulator 3国际服 安卓版v1.0.8.2
Goat Simulator 3国际版是一个非常有趣的山羊模
烟花燃放模拟器中文版 2025最新版v1.0
烟花燃放模拟器是款仿真的烟花绽放模拟器类型单机小游戏,全方位
我的世界动漫世界 手机版v友y整合
我的世界动漫世界模组整合包是一款加入了动漫元素的素材整合包,
我的世界贝爷生存整合包 最新版v隔壁老王
我的世界MITE贝爷生存整合包是一款根据原版MC制作的魔改整