From cf06bb9c6602bc1c136eb68f0e33f1148a56553d Mon Sep 17 00:00:00 2001 From: zhouxiantao <1026371446@qq.com> Date: Mon, 21 Oct 2024 09:27:11 +0800 Subject: [PATCH] fix:纠纷态势,报错优化 --- dyh-service/dyh-mediate/src/main/resources/config/application-dev.yml | 10 ++++++---- 1 files changed, 6 insertions(+), 4 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 a32c8a2..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: @@ -28,7 +28,7 @@ redis: host: 183.2.142.21 port: 9017 - password: hugeinfo123 + password: SYSDBA # 使用的Redis数据库索引(默认为0) database: 0 # 连接超时时间(毫秒) @@ -93,4 +93,6 @@ servlet: context-path: / ssl: - enabled: false \ No newline at end of file + enabled: false +ai: + url: http://183.2.142.21:9003 \ No newline at end of file -- Gitblit v1.8.0