From 0817f426f3ff66c6ab07f81d17e77be106b9c622 Mon Sep 17 00:00:00 2001 From: liyj <1003249715@qq.com> Date: Mon, 26 Aug 2024 14:26:59 +0800 Subject: [PATCH] 代码生成器优化 --- dyh-service/dyh-cust/src/main/resources/config/application.yml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/dyh-service/dyh-cust/src/main/resources/config/application.yml b/dyh-service/dyh-cust/src/main/resources/config/application.yml index 7726b04..a877949 100644 --- a/dyh-service/dyh-cust/src/main/resources/config/application.yml +++ b/dyh-service/dyh-cust/src/main/resources/config/application.yml @@ -16,6 +16,7 @@ main: #可以重复命名配置 allow-bean-definition-overriding: true + allow-circular-references: true #server配置 server: -- Gitblit v1.8.0