From 2072003ebd2e620f3ab9c22a87a6515684b0cb8d Mon Sep 17 00:00:00 2001
From: heheng <475597332@qq.com>
Date: Mon, 11 May 2026 09:50:09 +0800
Subject: [PATCH] 功能增加
---
src/main/resources/config/application-gslab.yaml | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/config/application-gslab.yaml b/src/main/resources/config/application-gslab.yaml
index 315b498..2107c8e 100644
--- a/src/main/resources/config/application-gslab.yaml
+++ b/src/main/resources/config/application-gslab.yaml
@@ -60,9 +60,16 @@
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.**
+logging:
+ level:
+ com.gkhy.labRiskManage: debug
\ No newline at end of file
--
Gitblit v1.9.2