From 094592df275d4b20ae58d967e57b1ac131617090 Mon Sep 17 00:00:00 2001 From: djz8236 Date: Sat, 13 May 2023 12:27:19 +0800 Subject: [PATCH] =?UTF-8?q?flowable=E9=9B=86=E6=88=90=E5=AE=8C=E6=88=90?= =?UTF-8?q?=EF=BC=8C=E9=87=87=E8=B4=AD=E7=94=B3=E8=AF=B7=E6=B5=81=E7=A8=8B?= =?UTF-8?q?=E7=9A=84=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yxt_supervise/gateway/src/main/resources/application.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/yxt_supervise/gateway/src/main/resources/application.yml b/yxt_supervise/gateway/src/main/resources/application.yml index 0d23ee25..fc658ea8 100644 --- a/yxt_supervise/gateway/src/main/resources/application.yml +++ b/yxt_supervise/gateway/src/main/resources/application.yml @@ -58,6 +58,13 @@ spring: uri: lb://supervise-report filters: - StripPrefix=1 + #flowable 流程引擎 + - id: supervise-flowable + predicates: + - Path= /flowable/** + uri: lb://supervise-flowable + filters: + - StripPrefix=1 ignore: whites: - /portal/v1/regions/treeList