From f43cbe675407f42f72945e901f34b44d494129f3 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期六, 25 四月 2026 11:01:50 +0800
Subject: [PATCH] feat(technology): 添加工艺路线工序排序功能
---
src/main/resources/application.yml | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index c79d967..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: dev
--
Gitblit v1.9.3