From ea641906e12044299604384f008501ff7954a824 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Sun, 8 Feb 2026 15:52:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6=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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/intc-admin/src/main/resources/application-dev.yml b/intc-admin/src/main/resources/application-dev.yml index c3e1179..2a2a14f 100644 --- a/intc-admin/src/main/resources/application-dev.yml +++ b/intc-admin/src/main/resources/application-dev.yml @@ -51,9 +51,9 @@ spring: # username: root # password: root driverClassName: org.postgresql.Driver - url: jdbc:postgresql://81.70.89.108:15432/intc_single_ultra?useUnicode=true&characterEncoding=utf8&useSSL=true&autoReconnect=true&reWriteBatchedInserts=true + url: jdbc:postgresql://82.157.37.106:15432/intc_swrsms?useUnicode=true&characterEncoding=utf8&useSSL=true&autoReconnect=true&reWriteBatchedInserts=true username: postgres - password: intc@123987 + password: htYkSuRn7Gb*pbFn # # 从库数据源 # slave: # lazy: true @@ -100,7 +100,7 @@ spring: spring.data: redis: # 地址 - host: 81.70.89.108 + host: 82.157.37.106 # 端口,默认为6379 port: 26379 # 数据库索引