From 931e549f3ca983fa596548ed4901ceae03553f67 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Thu, 9 Apr 2026 12:28:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=94=9F=E4=BA=A7=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=EF=BC=8C=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fishery-admin/src/main/resources/application-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fishery-admin/src/main/resources/application-dev.yml b/fishery-admin/src/main/resources/application-dev.yml index 9f30520..e1e6939 100644 --- a/fishery-admin/src/main/resources/application-dev.yml +++ b/fishery-admin/src/main/resources/application-dev.yml @@ -41,7 +41,7 @@ spring: # 使用方法,在 Mapper 类或者方法上增加注解 @DS("test") 用于切换数据源 test: driverClassName: org.postgresql.Driver - url: jdbc:postgresql://72.16.42.181: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