From 36810ecff86c94cf5e26189c929b3163f3656c70 Mon Sep 17 00:00:00 2001 From: bai <1643359946@qq.com> Date: Thu, 10 Oct 2024 16:07:39 +0800 Subject: [PATCH] =?UTF-8?q?2024=E5=B9=B410=E6=9C=8810=E6=97=A5=20=E8=A1=A5?= =?UTF-8?q?=E5=85=85=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-test.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/jeecg-module-system/jeecg-system-start/src/main/resources/application-test.yml b/jeecg-module-system/jeecg-system-start/src/main/resources/application-test.yml index 661330a2..dcb03cd6 100644 --- a/jeecg-module-system/jeecg-system-start/src/main/resources/application-test.yml +++ b/jeecg-module-system/jeecg-system-start/src/main/resources/application-test.yml @@ -310,10 +310,22 @@ third-app: # appSecret client-secret: ?? agent-id: ?? -# libreOffice5 +# libreOffice5(旧)弃用 libreOffice: url: 127.0.0.1 port: 8100 +# 文档转换(新) +jodconverter: + # 使用本机作为转换服务器,如果使用其它主机作为转换服务器,则需要配置remote, + # 请参考 org.jodconverter.boot.autoconfigure.JodConverterRemoteProperties + local: + enabled: true + # 为了避免不必要的兼容问题,需要配置本机的LibreOffice安装目录 + office-home: D:\Program Files\LibreOffice + # 配置LibreOffice的服务端口,以逗号分隔,每个端口为一个独立的进程 + port-numbers: 2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020 + # 配置最大的任务队列 + max-tasks-per-process: 100 # 媒体处理器 ffmpeg: # 根路径