[2025-06-26] 测试 workflow
All checks were successful
Publish to Confluence / confluence (push) Successful in 21s

This commit is contained in:
liuxiaohua 2025-06-26 14:05:16 +08:00
parent 76c4f0f041
commit 3e74af9d4a
5 changed files with 10 additions and 3 deletions

View File

@ -13,6 +13,7 @@ on:
env:
SEPARATOR: "," # 定义多文件分割符
START_PREFIX: "<!--" # 定义需要同步的文件
HOME: /workspace
jobs:
confluence:

View File

@ -27,9 +27,11 @@
### 涉及项目
| 项目 | 分支 | 发布顺序 | 数据库变更 | 配置变更 | 负责人 | 备注 |
|--------------|--------|------|-----------------------|-------------------------|-----|----------------------------|
| qifu-saas-eg | master | 5 | [数据库脚本DDL](#数据库脚本DDL) | [Nacos配置文件](#Nacos配置文件) | 刘晓华 | 注意配置文件中需要修改的部分需要修改为对应环境的数据 |
| 项目 | 分支 | 发布顺序 | 数据库变更 | 配置变更 | 负责人 | 备注 |
|------------------|---------------------|------|-----------------------|-------------------------|-----|----------------------------|
| yuanmeng-engine | feat/20250612-2.0.2 | 1 | | | 刘晓华 | |
| qifu-saas-parent | feat/20250612-2.0.2 | 2 | | | 刘晓华 | |
| qifu-saas-eg | master | 5 | [数据库脚本DDL](#数据库脚本DDL) | [Nacos配置文件](#Nacos配置文件) | 刘晓华 | 注意配置文件中需要修改的部分需要修改为对应环境的数据 |
### 附件

View File

@ -104,3 +104,4 @@ yuanmeng:
read-timeout: 60
read-time-unit: seconds
```

View File

@ -105,3 +105,4 @@ yuanmeng:
read-timeout: 60
read-time-unit: seconds
```

View File

@ -97,6 +97,8 @@ yuanmeng:
enable-ignore: true
#- 开启结果解析
enable-decoder: true
#- 开启错误结果处理
enable-error-decoder: true
#- 开启请求头传递
enable-interceptor: true
#- 链接超时时间