From ba3a85f2bf6dc706ba2f74e88e9d81197533f1b7 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期四, 24 十月 2024 18:30:12 +0800
Subject: [PATCH] 优化

---
 server/company/src/main/resources/application.yml |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/server/company/src/main/resources/application.yml b/server/company/src/main/resources/application.yml
index ee9d370..ffeb82e 100644
--- a/server/company/src/main/resources/application.yml
+++ b/server/company/src/main/resources/application.yml
@@ -5,10 +5,10 @@
   env: development
 #  env: production
 server:
-  port: 10012
+  port: 10022
 
 spring:
-#  application:
+#  application:git
 #    name: doumeemes
   profiles:
     active: dev
@@ -31,7 +31,6 @@
     map-underscore-to-camel-case: true
     log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
 
-
 # 缂撳瓨鍐呭璁剧疆
 cache:
   session:
@@ -47,7 +46,6 @@
   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