From f698b0853b0584f3a37769845868f8f1da154841 Mon Sep 17 00:00:00 2001 From: zhangjialin <1370559470@qq.com> Date: Wed, 16 Mar 2022 17:46:24 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E8=A7=A3=E5=86=B3=E5=BE=AA=E7=8E=AF?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- youlai-auth/src/main/resources/bootstrap-k8s.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/youlai-auth/src/main/resources/bootstrap-k8s.yml b/youlai-auth/src/main/resources/bootstrap-k8s.yml index 784e3f61e..08f96ef01 100644 --- a/youlai-auth/src/main/resources/bootstrap-k8s.yml +++ b/youlai-auth/src/main/resources/bootstrap-k8s.yml @@ -2,6 +2,8 @@ server: port: 8000 spring: + main: + allow-circular-references: true # 解决循环依赖的问题,似乎是因为版本太高了 mvc: pathmatch: matching-strategy: ant_path_matcher