From 00a12efe2a28793903bfed5c4e065d02e279062d Mon Sep 17 00:00:00 2001 From: weizhiqiang <598748873@qq.com> Date: Fri, 11 Oct 2024 19:42:05 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=A7=A3=E5=86=B3=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E6=A8=A1=E5=9D=97=E6=97=A0=E6=B3=95=E8=AE=BF=E9=97=AE=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skyeye-zuul/src/main/resources/bootstrap.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/skyeye-zuul/src/main/resources/bootstrap.yml b/skyeye-zuul/src/main/resources/bootstrap.yml index bebdf070..1247738f 100644 --- a/skyeye-zuul/src/main/resources/bootstrap.yml +++ b/skyeye-zuul/src/main/resources/bootstrap.yml @@ -131,6 +131,12 @@ spring: - Path=/${spring.profiles.active}/tms/** filters: - StripPrefix=2 + - id: project + uri: lb://skyeye-project-${spring.profiles.active} + predicates: + - Path=/${spring.profiles.active}/project/** + filters: + - StripPrefix=2 logging: level: com: debug \ No newline at end of file