From dcdb0231034810232f2542f3865666ebf72daf11 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期三, 30 四月 2025 16:45:34 +0800
Subject: [PATCH] sf
---
server/platform/src/main/resources/application.yml | 11 +++++------
1 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/server/platform/src/main/resources/application.yml b/server/platform/src/main/resources/application.yml
index c6d3f67..91e823b 100644
--- a/server/platform/src/main/resources/application.yml
+++ b/server/platform/src/main/resources/application.yml
@@ -5,13 +5,13 @@
env: development
# env: production
server:
- port: 10011
+ port: 10023
spring:
# application:
-# name: doumeemes
+# name: doumeemes
profiles:
- active: dev
+ active: pro
# JSON杩斿洖閰嶇疆
jackson:
@@ -24,6 +24,7 @@
max-file-size: 200MB
max-request-size: 200MB
enabled: true
+
# MyBatis閰嶇疆
mybatis-plus:
mapper-locations: classpath*:/mappers/**/*.xml
@@ -40,14 +41,12 @@
# 楠岃瘉鐮佽繃鏈熸椂闀�(s)
expire: 300
-
# 璺熻釜鏃ュ織
trace:
# 寮�鍚櫤鑳借窡韪ā寮�
smart: true
# 鎺掗櫎璺熻釜鐨刄RL姝e垯
exclude-patterns: .+/list[a-zA-Z0-9\-\_]*$, .+/tree[a-zA-Z0-9\-\_]*$, .+/page[a-zA-Z0-9\-\_]*$, .+/all[a-zA-Z0-9\-\_]*$, /swagger-resources.*
-
# 鏃ュ織閰嶇疆
logback:
@@ -63,4 +62,4 @@
basic:
enable: true
username: admin
- password: 111111
\ No newline at end of file
+ password: 111111
--
Gitblit v1.9.3