From 7a9f4891bfe7ffff37f3578ff564ee5e24e8232d Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期四, 12 十月 2023 12:14:24 +0800
Subject: [PATCH] 结算价格

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

diff --git a/server/platform/src/main/resources/application.yml b/server/platform/src/main/resources/application.yml
index 821f382..4f60d4d 100644
--- a/server/platform/src/main/resources/application.yml
+++ b/server/platform/src/main/resources/application.yml
@@ -42,7 +42,6 @@
   # 鎺掗櫎璺熻釜鐨刄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:
   level: INFO
@@ -50,7 +49,7 @@
 # dao灞傜殑鏃ュ織璁剧疆涓篸ebug锛屾柟渚挎煡鐪媠ql
 logging:
   level:
-    com.tielangtou.dao: debug
+    com.doumee.dao: debug
 
 pagehelper:
   # 鎸囧畾浣跨敤鐨勬暟鎹簱鏁版嵁搴�
@@ -60,3 +59,7 @@
 # WEB鏈嶅姟鍣ㄩ厤缃�
 server:
   port: 10012
+
+mqtt:
+  clientid: doumeetestplat
+

--
Gitblit v1.9.3