From 3c8a4b1a6cb41fbde31e9e5340f3540a9c4d7fb1 Mon Sep 17 00:00:00 2001 From: zhangjialin <1370559470@qq.com> Date: Wed, 16 Mar 2022 18:32:25 +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?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- youlai-auth/src/main/resources/bootstrap-k8s.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/youlai-auth/src/main/resources/bootstrap-k8s.yml b/youlai-auth/src/main/resources/bootstrap-k8s.yml index 784e3f61..13d9c18e 100644 --- a/youlai-auth/src/main/resources/bootstrap-k8s.yml +++ b/youlai-auth/src/main/resources/bootstrap-k8s.yml @@ -2,6 +2,9 @@ server: port: 8000 spring: + main: + allow-circular-references: true + allow-bean-definition-overriding: true mvc: pathmatch: matching-strategy: ant_path_matcher -- GitLab