From 0dde5ec824654306230147247b21c6a7762701f2 Mon Sep 17 00:00:00 2001 From: yangjun <1173114630@qq.com> Date: Wed, 9 Oct 2024 09:17:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E4=BB=B6=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jeecg/modules/httpinterface/controller/testController.java | 2 +- .../jeecg-system-start/src/main/resources/application-dev.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jeecg-module-main/src/main/java/org/jeecg/modules/httpinterface/controller/testController.java b/jeecg-module-main/src/main/java/org/jeecg/modules/httpinterface/controller/testController.java index b3b41f07..8a4fd325 100644 --- a/jeecg-module-main/src/main/java/org/jeecg/modules/httpinterface/controller/testController.java +++ b/jeecg-module-main/src/main/java/org/jeecg/modules/httpinterface/controller/testController.java @@ -29,7 +29,7 @@ public class testController extends JeecgController { @ApiOperation(value="T_BKS-抓取-通过id查询", notes="T_BKS-抓取-通过id查询") @GetMapping(value = "/testPDF") public Result runAvyApiByIds(String ids,String type){ - PDFUtil.office2PDF("F:\\temp\\test\\a.docx","F:\\temp\\test\\b.pdf"); + PDFUtil.office2PDF("D:\\opt\\upFiles\\temp\\新版VPN使用说明2_1728432595957.docx","D:\\opt\\upFiles\\temp\\111b.pdf"); return Result.OK(); } diff --git a/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml b/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml index d41e36b5..9f6f9ac8 100644 --- a/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml +++ b/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml @@ -308,7 +308,7 @@ jodconverter: local: enabled: true # 为了避免不必要的兼容问题,需要配置本机的LibreOffice安装目录 - office-home: D:\Program Files\LibreOffice + office-home: D:\APPLICATION\INTER\LIBREOFFICE # 配置LibreOffice的服务端口,以逗号分隔,每个端口为一个独立的进程 port-numbers: 2001,2002,2003,2004,2005,2006,2007,2008,2009,2010 # 配置最大的任务队列