From e4842142a613d6e6ae0175a34347861f267d1284 Mon Sep 17 00:00:00 2001 From: buaixuexideshitongxue <2936013465@qq.com> Date: Wed, 29 Apr 2026 18:31:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=9B=B4=E6=96=B0=E5=B1=80=E9=95=BF?= =?UTF-8?q?=E4=BF=A1=E7=AE=B1=E6=B5=8B=E8=AF=95=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.yml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index fbf8de6..cccc228 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -37,9 +37,15 @@ spring: # username: alphay # password: alphay@123 driver-class-name: org.postgresql.Driver - url: jdbc:postgresql://59.173.13.131:10642/mailbox?currentSchema=mailbox - username: root - password: 123456 + url: jdbc:postgresql://172.31.217.20:30924/mailbox?currentSchema=mailbox + username: pg + password: ip12341234 + +# driver-class-name: org.postgresql.Driver +# url: jdbc:postgresql://59.173.13.131:10642/mailbox?currentSchema=mailbox +# username: root +# password: 123456 + wvp: type: com.alibaba.druid.pool.DruidDataSource driver-class-name: com.mysql.cj.jdbc.Driver @@ -71,9 +77,9 @@ spring: password: ip12341234 data: redis: - host: 172.31.217.20 + host: localhost # 端口,默认为6379 - port: 31707 + port: 6379 # 数据库索引 database: 1 # 连接超时时间