From f29e6f31e4f2d533124fc68346b7cc072f427c9b Mon Sep 17 00:00:00 2001
From: chengf <cgf12138@163.com>
Date: 星期四, 11 十二月 2025 16:58:24 +0800
Subject: [PATCH] Z三导入逻辑
---
springboot/src/main/resources/application.yml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/springboot/src/main/resources/application.yml b/springboot/src/main/resources/application.yml
index 1315247..2298e94 100644
--- a/springboot/src/main/resources/application.yml
+++ b/springboot/src/main/resources/application.yml
@@ -1,11 +1,12 @@
spring:
profiles:
- active: dev-local
+ active: debug
import:
line:
max: 40000
+
# docker build -t lx .
#
#
--
Gitblit v1.8.0