|
@ -36,20 +36,4 @@ mybatis-plus:
|
|
|
configuration-properties:
|
|
|
prefix:
|
|
|
blobType: BLOB
|
|
|
boolValue: TRUE
|
|
|
|
|
|
#libreoffice文档在线预览配置
|
|
|
# CentOS 下安装 libreoffice:
|
|
|
# 安装:yum -y install libreoffice
|
|
|
# Linux 中文字体乱码解决:
|
|
|
# 1、上传 C:\Windows\Fonts 下的字体到 /usr/share/fonts/windows 目录
|
|
|
# 2、执行命令: chmod 644 /usr/share/fonts/windows/* && fc-cache -fv
|
|
|
jodconverter:
|
|
|
local:
|
|
|
enabled: false
|
|
|
#设置libreoffice主目录 linux地址如:/usr/lib64/libreoffice
|
|
|
office-home: C:\Program Files\LibreOffice
|
|
|
#开启多个libreoffice进程,每个端口对应一个进程
|
|
|
port-numbers: 8100
|
|
|
#libreoffice进程重启前的最大进程数
|
|
|
max-tasks-per-process: 100
|
|
|
boolValue: TRUE
|