From 8485affcb0d4de05059d80cb1e844d6b18291654 Mon Sep 17 00:00:00 2001
From: heheng <475597332@qq.com>
Date: Fri, 16 May 2025 14:35:49 +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