소스 검색

移除文档预览配置

徐玉祥 4 년 전
부모
커밋
9286dd3dc4
1개의 변경된 파일1개의 추가작업 그리고 17개의 파일을 삭제
  1. 1 17
      guns-main/src/main/resources/application.yml

+ 1 - 17
guns-main/src/main/resources/application.yml

@ -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