From 4f8987b03bff3ce1525e3744735b26bb4fef4a4c Mon Sep 17 00:00:00 2001
From: heheng <475597332@qq.com>
Date: 星期日, 27 四月 2025 13:16:47 +0800
Subject: [PATCH] 增加辨识导出

---
 src/main/resources/config/application-dev.yaml |   18 ++++++++++++------
 1 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/src/main/resources/config/application-dev.yaml b/src/main/resources/config/application-dev.yaml
index f191de5..e521946 100644
--- a/src/main/resources/config/application-dev.yaml
+++ b/src/main/resources/config/application-dev.yaml
@@ -6,20 +6,23 @@
   datasource:
     type: com.alibaba.druid.pool.DruidDataSource
     driver-class-name: com.mysql.cj.jdbc.Driver
-    url: jdbc:mysql://192.168.0.52:3306/laboratory_risk_manage.dev?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai&useAffectedRows=true
-    username: gkhy_dev_team
-    password: Sjscn783fsDsa21
+    url: jdbc:mysql://192.168.2.6:7006/laboratory_risk_manage?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai&useAffectedRows=true
+    username: root
+    password: 2farwL3yPXfbH2AP
     master:
       driver-class-name: com.mysql.cj.jdbc.Driver
-      url: jdbc:mysql://192.168.0.52:3306/laboratory_risk_manage.dev?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai&useAffectedRows=true
-      username: gkhy_dev_team
-      password: Sjscn783fsDsa21
+      url: jdbc:mysql://192.168.2.6:7006/laboratory_risk_manage?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai&useAffectedRows=true
+      username: root
+      password: 2farwL3yPXfbH2AP
       type: com.alibaba.druid.pool.DruidDataSource
   jpa:
     hibernate:
       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
@@ -69,6 +72,9 @@
     module:
       #用户模块
       accountPath: /account/user/
+      #辨识模块
+      identification: /identification/
+
 
 #linux测试
 #file:

--
Gitblit v1.9.2