SpringCloud-Zuul路由的strip-prefix

本文主要介绍SpringCloud中Zuul路由的strip-prefix配置,通过示例展示了如何在`application.yml`中设置,以及不同设置下对请求路径的影响,包括前缀添加与剥离。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

目录

 

概述

1)microservice-gateway-zuul工程下的application.yml

2)microservice-gateway-zuul工程下的application.yml

 


概述

 

Zuul路由的strip-prefix

 

 

1)microservice-gateway-zuul工程下的application.yml

spring:
  application:
    name: microservice-gateway-zuul
server:
  port: 8040
eureka:
  client:
    service-url:
      defaultZone: http://user:password123@localhost:8761/eureka
  instance:
    prefer-ip-address: true
zuul:
  prefix: /api
logging:
  level:
    com.netflix: DEBUG

说明:

    zuul:
      prefix: /api

 

 

测试

http://192.168.1.102:8040/api/microservice-provider-user/simple/1

 

 

 

 

 

 

2)microservice-gateway-zuul工程下的application.yml

 

spring:
  application:
    name: microservice-gateway-zuul
server:
  port: 8040
eureka:
  client:
    service-url:
      defaultZone: http://user:password123@localhost:8761/eureka
  instance:
    prefer-ip-address: true

zuul:
  prefix: /simple
  strip-prefix: false

logging:
  level:
    com.netflix: DEBUG

说明:

    zuul:
      prefix: /simple
      strip-prefix: false

 

 

测试

 

http://192.168.1.102:8040/routes

 

 

 

http://192.168.1.102:8040/simple/microservice-provider-user/1

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

==============================

QQ群:143522604

群里有相关资源

欢迎和大家一起学习、交流、提升!

==============================

评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值