环境:
Spring Cloud 版本:2020.0.2,Spring-cloud-starter-alibaba-nacos 版本:2021.1
我已经在 pom.xml 中排除 netflix-ribbon 并导入 spring-cloude-starter-loadbalancer,并在网关配置中使用“lb://url”格式
问题:我需要Spring Cloud Gateway Cors跨域操作。因此,根据网上的解决方案(https://www.programmerall.com/article/5764552098/),我设置了附加的Mono过滤器。对于跨域,此解决方案可以正常工作。但是,nacos 中默认的负载均衡器(轮换)不适用于这种跨域策略。是否有任何可能的解决方案可以在 nacos 中使用负载均衡器进行跨域工作?
谢谢