From 954d172bf6b6e4308be02b4d67f10a26be1397ac Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 08 九月 2023 13:41:09 +0800
Subject: [PATCH] 代码生成

---
 server/platform/src/main/resources/application.yml |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/server/platform/src/main/resources/application.yml b/server/platform/src/main/resources/application.yml
index c6d3f67..4059361 100644
--- a/server/platform/src/main/resources/application.yml
+++ b/server/platform/src/main/resources/application.yml
@@ -9,7 +9,7 @@
 
 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:

--
Gitblit v1.9.3