From 193c672bd2ed10387f3fec7aa1e1d9ddc7160980 Mon Sep 17 00:00:00 2001
From: zhouxiantao <1026371446@qq.com>
Date: Mon, 21 Oct 2024 23:51:07 +0800
Subject: [PATCH] fix:解纷态势-区域筛选修复

---
 dyh-service/dyh-mediate/src/main/resources/config/application-dev.yml |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/dyh-service/dyh-mediate/src/main/resources/config/application-dev.yml b/dyh-service/dyh-mediate/src/main/resources/config/application-dev.yml
index 6ff80d0..c11c820 100644
--- a/dyh-service/dyh-mediate/src/main/resources/config/application-dev.yml
+++ b/dyh-service/dyh-mediate/src/main/resources/config/application-dev.yml
@@ -10,9 +10,9 @@
     name: dyh-mediate
   #数据源配置
   datasource:
-    url: jdbc:dm://192.168.3.51:5236?schema=gzdyh_dev
+    url: jdbc:dm://183.2.142.46:9016?schema=gzdyh_huge
     username: SYSDBA
-    password: hugeinfo123
+    password: SYSDBA
     driver-class-name: dm.jdbc.driver.DmDriver
     type: com.alibaba.druid.pool.DruidDataSource
     druid:
@@ -94,6 +94,5 @@
       context-path: /
     ssl:
       enabled: false
-
 ai:
   url: http://183.2.142.21:9003
\ No newline at end of file

--
Gitblit v1.8.0