From fdbcf00229c6e45f4cd73cb186289331a8e3bf34 Mon Sep 17 00:00:00 2001 From: yangjun <1173114630@qq.com> Date: Mon, 14 Apr 2025 08:46:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9linux=E6=88=AA=E5=8F=96?= =?UTF-8?q?=E8=A7=86=E9=A2=91=E6=B5=81=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jeecg-module-system/jeecg-system-start/src/main/resources/application-linux.yml b/jeecg-module-system/jeecg-system-start/src/main/resources/application-linux.yml index 026d2d93..a1873299 100644 --- a/jeecg-module-system/jeecg-system-start/src/main/resources/application-linux.yml +++ b/jeecg-module-system/jeecg-system-start/src/main/resources/application-linux.yml @@ -328,9 +328,9 @@ jodconverter: # 媒体处理器 ffmpeg: # 根路径 - path: D:\ProgramGreeFile\ffmpeg\bin + path: /usr/local/ffmpeg-make/bin # 执行命令的核心文件 - executableFile: ${ffmpeg.path}\ffmpeg.exe + executableFile: ${ffmpeg.path}/ffmpeg # 压缩相关 compress: # 是否开启压缩【true:开启压缩 | false:关闭压缩 】