From b88a288f4f787b509463678e3cd9ccfa3f37014b Mon Sep 17 00:00:00 2001 From: chengf <cgf12138@163.com> Date: 星期三, 11 三月 2026 12:01:05 +0800 Subject: [PATCH] 导入测试 --- springboot/src/main/resources/application.yml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/springboot/src/main/resources/application.yml b/springboot/src/main/resources/application.yml index 5fb5c51..7aa80ae 100644 --- a/springboot/src/main/resources/application.yml +++ b/springboot/src/main/resources/application.yml @@ -1,10 +1,10 @@ spring: profiles: - active: devlocal + active: debug import: line: - max: 40000 + max: 50000 # docker build -t lx . -- Gitblit v1.8.0