From f6efc8f177cac9aa04a4cd4a99b0d39171fe4e79 Mon Sep 17 00:00:00 2001
From: zhouxiantao <1026371446@qq.com>
Date: Thu, 24 Oct 2024 19:47:04 +0800
Subject: [PATCH] fix:解纷态势-兼容化解结果和状态不一致数据
---
dyh-service/dyh-sys/src/main/resources/config/application-dev.yml | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/dyh-service/dyh-sys/src/main/resources/config/application-dev.yml b/dyh-service/dyh-sys/src/main/resources/config/application-dev.yml
index 8060a9d..b289d42 100644
--- a/dyh-service/dyh-sys/src/main/resources/config/application-dev.yml
+++ b/dyh-service/dyh-sys/src/main/resources/config/application-dev.yml
@@ -10,9 +10,9 @@
name: dyh-sys
#数据源配置
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:
@@ -114,3 +114,9 @@
appid: 5c7b00be
api_secret: MGM5Mjg2ODQzYWZmNGE2YjlhOGZlMTJj
api_key: 9e0a80ed995daf5b194f06ca336080c1
+
+grid:
+ url: http://219.137.166.84:8061
+ username: mtxt001
+ password: aek8CdcaM
+ syscode: sub-mtxt
\ No newline at end of file
--
Gitblit v1.8.0