# Conflicts:
#	ruoyi-admin/src/main/resources/application.yml
This commit is contained in:
tzy 2026-05-18 10:58:43 +08:00
commit ac596588b5

View File

@ -29,7 +29,8 @@ server:
port: 8033
servlet:
# 应用的访问路径
context-path: /
context-path: /dev-api
undertow:
# HTTP post内容的最大大小。当值为-1时默认值为大小是无限的
max-http-post-size: -1
# 以下的配置会影响buffer,这些buffer会用于服务器连接的IO操作,有点类似netty的池化内存管理
@ -70,7 +71,7 @@ spring:
# 国际化资源文件路径
basename: i18n/messages
profiles:
active: ${SPRING_PROFILES_ACTIVE:dev}
active: '@profiles.active@'
# 文件上传
servlet:
multipart:
@ -98,15 +99,6 @@ spring:
# 允许对象忽略json中不存在的属性
fail_on_unknown_properties: false
plm:
pdf:
base-dir: D:/plm/pdf
separator: ""
auth:
app-key: plm
app-secret: change-me
username: plm_bot
# Sa-Token配置
sa-token:
# token名称 (同时也是cookie名称)
@ -304,8 +296,6 @@ management:
logfile:
external-file: ./logs/sys-console.log
dingtalk:
# 钉钉消息中转服务地址(本服务 POST {base}/ding/send
message-relay-base-url: http://192.168.5.121:8089
app-key: dingebfrpzqko25vo8w6
app-secret: M_hoza71hmEqsbbeXM-7MBg67EINqi9C6mKj4zWKQysXN-68GCYYc5DZoV0hXVvk
robot-code: dingebfrpzqko25vo8w6
@ -320,15 +310,3 @@ dingtalk:
route-approval-id: 01201038164023402380
plan-user-id: 313514580637707245,192530665123549546
sync-k3-notify-user-ids: 313514580637707245,351225426738742993,192530665123549546
# 技术方案申请表 OA 模板 processCode钉钉后台复制留空则不处理 BPMS 事件
scheme-application-process-code: PROC-81A79B4D-F0EA-4353-9A91-68FD7E3BCEBB
# 整单审批结束且 result=agree 时拉取表单(推荐,与 event.json 顶层 result=agree 一致)
scheme-bpms-on-instance-agree: true
# 单审批任务结束且 result=agree 时拉取(会多次触发;任务节点可能出现 audit 等非 agree
scheme-bpms-on-task-agree: false
# 日志中只输出这些表单控件名称(逗号分隔);留空则输出全部非空字段
scheme-application-log-field-names: 方案提交日期,是否收到方案,任务详情
pdf:
# PDF字体支持 classpath: 前缀)
font-path: classpath:font/arial unicode ms.ttf