4ec1a3f4dd
refactor(测试): 重构用户数据加载逻辑以支持数组格式 fix(数据库): 修正数据库连接配置和凭证 test: 添加新的导航和用户管理测试场景 docs: 生成UAT测试报告和最终报告 ci: 更新Woodpecker CI配置和测试命令 build: 添加application-test.yml配置文件 chore: 清理旧的测试场景文件
22 lines
401 B
YAML
22 lines
401 B
YAML
spring:
|
|
r2dbc:
|
|
url: r2dbc:h2:mem://testdb;MODE=PostgreSQL;DATABASE_TO_LOWER=TRUE
|
|
username: sa
|
|
password:
|
|
flyway:
|
|
enabled: true
|
|
h2:
|
|
console:
|
|
enabled: true
|
|
|
|
rate:
|
|
limit:
|
|
limit-for-period: 10000
|
|
limit-refresh-period: 1s
|
|
timeout-duration: 0
|
|
|
|
logging:
|
|
level:
|
|
cn.novalon.manage: DEBUG
|
|
org.springframework.r2dbc: DEBUG
|
|
org.springframework.web: TRACE |