From cddaa2c63c175682470454ba8d96cd93cd56e744 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Sat, 11 Apr 2026 17:01:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B5=8B=E8=AF=95=E6=9C=8D=EF=BC=8C?= =?UTF-8?q?=E5=8F=96=E6=B6=88=E6=8E=A5=E5=85=A5amqp=EF=BC=8C=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=BA=93=E6=94=B9=E7=94=A8=E5=86=85=E7=BD=91=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- intc-admin/src/main/resources/application-dev.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/intc-admin/src/main/resources/application-dev.yml b/intc-admin/src/main/resources/application-dev.yml index 95e5984..c52e23d 100644 --- a/intc-admin/src/main/resources/application-dev.yml +++ b/intc-admin/src/main/resources/application-dev.yml @@ -51,16 +51,16 @@ spring: # username: root # password: root driverClassName: org.postgresql.Driver - url: jdbc:postgresql://81.70.89.108:15432/fishery_test?useUnicode=true&characterEncoding=utf8&useSSL=true&autoReconnect=true&reWriteBatchedInserts=true + url: jdbc:postgresql://172.16.42.181:15432/fishery_test?useUnicode=true&characterEncoding=utf8&useSSL=true&autoReconnect=true&reWriteBatchedInserts=true username: postgres - password: intc@123987 + password: htYkSuRn7Gb*pbFn # 从库数据源 - TDengine taos: lazy: false type: ${spring.datasource.type} driverClassName: com.taosdata.jdbc.rs.RestfulDriver # 不指定数据库名,在 SQL 中使用完整路径 fishery.table_name - url: jdbc:TAOS-RS://81.70.89.108:6041?timezone=Shanghai&charset=UTF-8&locale=en_US.UTF-8 + url: jdbc:TAOS-RS://172.16.42.181:6041?timezone=Shanghai&charset=UTF-8&locale=en_US.UTF-8 username: root password: intc@123456 hikari: @@ -106,11 +106,11 @@ spring: spring.data: redis: # 地址 - host: 81.70.89.108 + host: 172.16.42.181 # 端口,默认为6379 port: 26379 # 数据库索引 - database: 9 + database: 6 # redis 密码必须配置 password: bbd4b56e5d3f # 连接超时时间 @@ -250,7 +250,7 @@ aliyun: # AMQP 服务端订阅配置(使用数据同步的 AppKey + AppSecret) amqp: # 是否启用 - enabled: true + enabled: false # 数据同步 AppKey(与上面的 app-key 不同!) data-sync-app-key: 334224409 # 数据同步 AppSecret(请在阿里云控制台查看)