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: # 根路径