From 214ebdf7db3f56fce7826abe0f286326246125f6 Mon Sep 17 00:00:00 2001
From: 艾金辉 <1144154118@qq.com>
Date: 星期五, 21 七月 2023 15:10:57 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 ruoyi-admin/src/main/resources/application.yml |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml
index b069583..f0684e6 100644
--- a/ruoyi-admin/src/main/resources/application.yml
+++ b/ruoyi-admin/src/main/resources/application.yml
@@ -36,6 +36,7 @@
 # 鏃ュ織閰嶇疆
 logging:
   level:
+    com.ruoyi.utils.tube: debug
     com.ruoyi.inspect: info
     org.springframework: warn
 
@@ -66,7 +67,7 @@
   devtools:
     restart:
       # 鐑儴缃插紑鍏�
-      enabled: true
+      enabled: false
   # redis 閰嶇疆
   redis:
     # 鍦板潃
@@ -108,6 +109,8 @@
     mapperLocations: classpath*:mapper/**/*Mapper.xml
     # 鍔犺浇鍏ㄥ眬鐨勯厤缃枃浠�
     configLocation: classpath:mybatis/mybatis-config.xml
+mybatis-plus:
+  mapper-locations: classpath:mapper/*.xml #鎵弿mapper涓嬬殑鎵�鏈墄ml鏂囦欢
 
 # PageHelper鍒嗛〉鎻掍欢
 pagehelper: 

--
Gitblit v1.9.3