From 76826a7536718cdc8b66e89296f9847181432b39 Mon Sep 17 00:00:00 2001
From: heheng <475597332@qq.com>
Date: Tue, 08 Apr 2025 10:26:01 +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..95809da 100644
--- a/src/main/resources/config/application-gslab.yaml
+++ b/src/main/resources/config/application-gslab.yaml
@@ -60,9 +60,13 @@
path:
#基础路径
dcPath: /home/upload/laboratoryRiskManage/
- urlRootPath: /upload/
+ urlRootPath: /uploadLab/
module:
#用户模块
accountPath: /account/user/
+ #辨识模块
+ identification: /identification/
-
+mybatis:
+ mapper-locations: classpath:mapper/*.xml
+ # type-aliases-package: com.gkhy.labRiskManage.domain.**
\ No newline at end of file
--
Gitblit v1.9.2