1. 蓝奏云域名适配

This commit is contained in:
QAIU
2025-05-28 17:01:50 +08:00
parent 8b6aad17f4
commit f30027dd13
4 changed files with 7 additions and 3 deletions

View File

@@ -47,7 +47,11 @@ rateLimit:
# 数据源配置
dataSource:
# PGSQL配置示例
#jdbcUrl: jdbc:postgresql://localhost:5432/zzzmy
# MySQL配置示例
#jdbcUrl: jdbc:mysql://127.0.0.1:3306/nfddata?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&serverTimezone=GMT%2B8&useSSL=false
# 内置数据源H2db配置
jdbcUrl: jdbc:h2:file:./db/nfdData;MODE=MySQL;DATABASE_TO_UPPER=FALSE
username: root
password: '123456'