From 5966336b36f690b3b275d048df56d8a93afb76d2 Mon Sep 17 00:00:00 2001 From: gsx <530353222@qq.com> Date: Sat, 17 Dec 2022 12:51:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- electron/config/config.default.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/electron/config/config.default.js b/electron/config/config.default.js index dc4c2a9..2b5db68 100644 --- a/electron/config/config.default.js +++ b/electron/config/config.default.js @@ -188,10 +188,10 @@ module.exports = (appInfo) => { // java服务 javaServer: { enable: false, - port: 18080, // 默认端口(如果端口被使用,则随机获取一个) - jreVersion: 'jre1.8.0_201', // 额外资源目录下 jre 文件夹名称 + port: 18080, + jreVersion: 'jre1.8.0_201', opt: '-server -Xms512M -Xmx512M -Xss512k -Dspring.profiles.active=prod -Dserver.port=${port} -Dlogging.file.path="${path}" ', - name: 'java-app.jar' // 额外资源目录下 jar 名称 + name: 'java-app.jar' }, example: { enable: true,