From d2e47f63290308787d8e078ec2f67a555be2f724 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Mon, 6 Apr 2026 08:34:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=87=E6=8D=A2=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6=EF=BC=8C=E4=BF=AE=E6=94=B9=E4=B8=BA=E5=86=85?= =?UTF-8?q?=E7=BD=91=E5=9C=B0=E5=9D=80=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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/intc-admin/src/main/resources/application-dev.yml b/intc-admin/src/main/resources/application-dev.yml index 5ae1024..adcc58f 100644 --- a/intc-admin/src/main/resources/application-dev.yml +++ b/intc-admin/src/main/resources/application-dev.yml @@ -51,7 +51,7 @@ spring: # username: root # password: root driverClassName: org.postgresql.Driver - url: jdbc:postgresql://47.102.210.182:15432/fishery_prod?useUnicode=true&characterEncoding=utf8&useSSL=true&autoReconnect=true&reWriteBatchedInserts=true + url: jdbc:postgresql://172.16.42.181:15432/fishery_prod?useUnicode=true&characterEncoding=utf8&useSSL=true&autoReconnect=true&reWriteBatchedInserts=true username: postgres password: htYkSuRn7Gb*pbFn # 从库数据源 - TDengine @@ -60,7 +60,7 @@ spring: 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,13 +106,13 @@ spring: spring.data: redis: # 地址 - host: 47.102.210.182 + host: 172.16.42.181 # 端口,默认为6379 port: 26379 # 数据库索引 database: 9 # redis 密码必须配置 - password: htYkSuRn7Gb*pbFn + password: bbd4b56e5d3f # 连接超时时间 timeout: 10s # 是否开启ssl