From dd6687b118561100e1677e88a9c2f5842a54c531 Mon Sep 17 00:00:00 2001
From: jialh <1972868360@qq.com>
Date: 星期四, 16 四月 2026 18:14:14 +0800
Subject: [PATCH] 水电话费

---
 springboot/src/main/resources/application.yml |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/springboot/src/main/resources/application.yml b/springboot/src/main/resources/application.yml
index f2adbfc..e54f7d3 100644
--- a/springboot/src/main/resources/application.yml
+++ b/springboot/src/main/resources/application.yml
@@ -1,6 +1,12 @@
 spring:
   profiles:
-    active:  debug
+    active: devlocal
+
+
+import:
+  line:
+    max: 50000
+
 
 #  docker build -t lx .
 #
@@ -10,4 +16,4 @@
 #  -e MAX_MEM="-Xmx512m" \
 #  -e ACTIVE="dev" \
 #  -e TZ=Asia/Shanghai \
-#  lx
\ No newline at end of file
+#  lx

--
Gitblit v1.8.0