Skip to content

Commit

Permalink
✨feat(yml): 修改密码为 123456
Browse files Browse the repository at this point in the history
  • Loading branch information
vnobo committed Sep 5, 2024
1 parent 504ed93 commit a7a9499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boot/platform/src/main/resources/application-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spring:
r2dbc:
url: r2dbc:postgres://127.0.0.1:5432/plate?fetchSize=5000
username: farmer
password: q1w2e3..
password: 123456
pool:
max-idle-time: 10m
validation-query: select 1
Expand Down

0 comments on commit a7a9499

Please sign in to comment.