From 7efe76bb1777685c82c6bef161e3abd5569ce1d1 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期四, 23 四月 2026 19:09:00 +0800
Subject: [PATCH] feat(technology): 增加BOM复制功能

---
 src/main/resources/application.yml |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index a87ef6b..533d7c7 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,4 +1,6 @@
 # Spring閰嶇疆
 spring:
+  main:
+    allow-circular-references: true
   profiles:
-    active: prod
\ No newline at end of file
+    active: dev

--
Gitblit v1.9.3