From 6d6f2f9fe9ee5e0d2b1b63bb7cde575f2a93876b Mon Sep 17 00:00:00 2001 From: heheng <475597332@qq.com> Date: 星期三, 21 五月 2025 16:14:52 +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