From f392b9739853c7b510a1e3135b9b989c5d1b3665 Mon Sep 17 00:00:00 2001 From: bai <1643359946@qq.com> Date: Tue, 2 Jul 2024 20:21:57 +0800 Subject: [PATCH] =?UTF-8?q?2024=E5=B9=B47=E6=9C=882=E6=97=A5=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-dev.yml | 9 ++++++--- .../src/main/resources/application-prod.yml | 9 ++++++--- .../src/main/resources/application-test.yml | 9 ++++++--- 3 files changed, 18 insertions(+), 9 deletions(-) diff --git a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml index 8f455fd..4b0a956 100644 --- a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml +++ b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml @@ -328,11 +328,14 @@ libreOffice: # 浏览器调用 webDriver: driverName: webdriver.chrome.driver + # 浏览器完整路径 + webExamplePath: 'D:/Program Files (x86)/Google/Chrome/Application/chrome.exe' # 驱动地址 - driverPath: web/webDriver/126.0.6478.57/chromedriver.exe + driverPath: web/webDriver/126.0.6478.127/chromedriver.exe # html地址 webHTMLPath: web/html - # 是否显式运行 - isShow: false + # 是否无头模式运行 + isShow: true # 是否运行后关闭 isClose: true + diff --git a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-prod.yml b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-prod.yml index a65aabb..3d7520b 100644 --- a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-prod.yml +++ b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-prod.yml @@ -310,11 +310,14 @@ justauth: # 浏览器调用 webDriver: driverName: webdriver.chrome.driver + # 浏览器完整路径 + webExamplePath: 'D:/Program Files (x86)/Google/Chrome/Application/chrome.exe' # 驱动地址 - driverPath: web/webDriver/126.0.6478.57/chromedriver.exe + driverPath: web/webDriver/126.0.6478.127/chromedriver.exe # html地址 webHTMLPath: web/html - # 是否显式运行 - isShow: false + # 是否无头模式运行 + isShow: true # 是否运行后关闭 isClose: true + diff --git a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-test.yml b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-test.yml index e9ec5d0..c5ad0c8 100644 --- a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-test.yml +++ b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-test.yml @@ -310,11 +310,14 @@ justauth: # 浏览器调用 webDriver: driverName: webdriver.chrome.driver + # 浏览器完整路径 + webExamplePath: 'D:/Program Files (x86)/Google/Chrome/Application/chrome.exe' # 驱动地址 - driverPath: web/webDriver/126.0.6478.57/chromedriver.exe + driverPath: web/webDriver/126.0.6478.127/chromedriver.exe # html地址 webHTMLPath: web/html - # 是否显式运行 - isShow: false + # 是否无头模式运行 + isShow: true # 是否运行后关闭 isClose: true +