From ca2273f8aae1e622712a2fee43bf05b5a8fcbe11 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 19 九月 2025 13:51:41 +0800
Subject: [PATCH] 优化
---
server/src/main/resources/application.yml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/server/src/main/resources/application.yml b/server/src/main/resources/application.yml
index be0628c..d6d6631 100644
--- a/server/src/main/resources/application.yml
+++ b/server/src/main/resources/application.yml
@@ -9,7 +9,7 @@
spring:
profiles:
- active: test
+ active: pro
# JSON杩斿洖閰嶇疆
jackson:
# 榛樿鏃跺尯
@@ -27,6 +27,7 @@
max-file-size: 50MB
max-request-size: 50MB
+
# MyBatis閰嶇疆
mybatis-plus:
mapper-locations: classpath*:/mappers/**/*.xml
--
Gitblit v1.9.3