优化配置说明

This commit is contained in:
zhou-hao 2021-11-29 16:38:41 +08:00
parent 5583a5f50d
commit 8cbcc43024
1 changed files with 2 additions and 0 deletions

View File

@ -25,7 +25,9 @@ spring:
# database: 3
# max-wait: 10s
r2dbc:
# 需要手动创建数据库,启动会自动创建表,修改了配置easyorm相关配置也要修改
url: r2dbc:postgresql://localhost:5432/jetlinks
# url: r2dbc:mysql://localhost:3306/jetlinks?ssl=false&serverZoneId=Asia/Shanghai # 修改了配置easyorm相关配置也要修改
username: postgres
password: jetlinks
pool: