From 5815f4b046dd00356e03dd5694189664543078b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=A8=E6=9C=A8c?= <857448963@qq.com> Date: Thu, 10 Nov 2022 10:34:52 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BD=91=E5=85=B3=E8=B7=AF=E7=94=B1=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pqs-gateway/src/main/resources/bootstrap.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pqs-gateway/src/main/resources/bootstrap.yml b/pqs-gateway/src/main/resources/bootstrap.yml index 9af01055d..1563a8311 100644 --- a/pqs-gateway/src/main/resources/bootstrap.yml +++ b/pqs-gateway/src/main/resources/bootstrap.yml @@ -102,6 +102,13 @@ spring: filters: - SwaggerHeaderFilter - StripPrefix=1 + - id: harmonic-prepare + uri: lb://harmonic-prepare + predicates: + - Path=/harmonic-prepare/** + filters: + - SwaggerHeaderFilter + - StripPrefix=1 #项目日志的配置 logging: @@ -131,6 +138,7 @@ whitelist: - /energy-boot/** - /event-boot/** - /quality-boot/** + - /harmonic-prepare/** mqtt: