chore: 修改 postgres 的链接

This commit is contained in:
Ray.Hao
2026-04-25 18:27:34 +08:00
parent 565a7b64fb
commit 5ce4fbdd3a
2 changed files with 4 additions and 4 deletions

View File

@@ -6,8 +6,8 @@ spring:
type: com.alibaba.druid.pool.DruidDataSource
driver-class-name: org.postgresql.Driver
url: jdbc:postgresql://localhost:5432/youlai_admin?currentSchema=public&stringtype=unspecified
username: youlai
password: 123456
username: postgres
password: postgres
data:
redis:

View File

@@ -6,8 +6,8 @@ spring:
type: com.alibaba.druid.pool.DruidDataSource
driver-class-name: org.postgresql.Driver
url: jdbc:postgresql://localhost:5432/youlai_admin?currentSchema=public&stringtype=unspecified
username: youlai
password: 123456
username: postgres
password: postgres
data:
redis:
database: 11