From 9ee8da8999b1d1c80806f2aa77b326e1d0ae67b7 Mon Sep 17 00:00:00 2001 From: chaos <7676076@qq.com> Date: Tue, 11 Nov 2025 09:45:08 +0800 Subject: [PATCH] =?UTF-8?q?chore(config):=20=E6=9B=B4=E6=96=B0=E5=BA=94?= =?UTF-8?q?=E7=94=A8=E9=85=8D=E7=BD=AE=E5=92=8C=E4=BE=9D=E8=B5=96=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 启用 ANSI 输出以改善日志显示效果 - 将 chaos_api_data 依赖版本从固定值改为使用项目版本变量- 整理 pom.xml 文件中的依赖部分格式 --- chaos_api_web/pom.xml | 3 ++- chaos_api_web/src/main/resources/application.yaml | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/chaos_api_web/pom.xml b/chaos_api_web/pom.xml index 5c7fc41..9eefc1e 100644 --- a/chaos_api_web/pom.xml +++ b/chaos_api_web/pom.xml @@ -39,7 +39,7 @@ cn.nopj chaos_api_data - 1.0-SNAPSHOT + ${project.version} org.springframework.boot @@ -69,6 +69,7 @@ provided + diff --git a/chaos_api_web/src/main/resources/application.yaml b/chaos_api_web/src/main/resources/application.yaml index 1f0b2d9..afd3bbd 100644 --- a/chaos_api_web/src/main/resources/application.yaml +++ b/chaos_api_web/src/main/resources/application.yaml @@ -19,6 +19,9 @@ spring: multipart: max-file-size: 100GB max-request-size: 100GB + output: + ansi: + enabled: always mybatis-plus: mapper-locations: classpath*:/mapper/**/*.xml