From d3037cf24037c35fab53a0e465ca473871c68939 Mon Sep 17 00:00:00 2001
From: heheng <475597332@qq.com>
Date: 星期四, 13 三月 2025 16:40:52 +0800
Subject: [PATCH] 逻辑调整

---
 src/main/resources/config/application-gslab.yaml |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/config/application-gslab.yaml b/src/main/resources/config/application-gslab.yaml
index 315b498..4afe4a8 100644
--- a/src/main/resources/config/application-gslab.yaml
+++ b/src/main/resources/config/application-gslab.yaml
@@ -20,6 +20,9 @@
       ddl-auto: none
 #      ddl-auto: update #自动更新
     show-sql: true  #日志中显示sql语句
+mybatis:
+  mapper-locations: classpath:mapper/*.xml
+  #  type-aliases-package: com.gkhy.labRiskManage.domain.**
 
   redis:
 #    host: 192.168.0.52
@@ -60,9 +63,10 @@
     path:
       #基础路径
       dcPath: /home/upload/laboratoryRiskManage/
-      urlRootPath: /upload/
+      urlRootPath: /uploadLab/
       module:
         #用户模块
         accountPath: /account/user/
-
+        #辨识模块
+        identification: /identification/
 

--
Gitblit v1.9.2