From 0b9c144b5110a7e2a85b2e5581ef304bb81a3ebc Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期二, 19 九月 2023 19:24:35 +0800
Subject: [PATCH] 修改
---
server/platform/src/main/resources/application.yml | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/server/platform/src/main/resources/application.yml b/server/platform/src/main/resources/application.yml
index c6d3f67..bf924e8 100644
--- a/server/platform/src/main/resources/application.yml
+++ b/server/platform/src/main/resources/application.yml
@@ -5,11 +5,11 @@
env: development
# env: production
server:
- port: 10011
+ port: 10023
spring:
# application:
-# name: doumeemes
+# name: doumeemes
profiles:
active: dev
@@ -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