mirror of
https://gitee.com/dromara/electron-egg.git
synced 2026-05-14 11:52:07 +08:00
util server pkg vue
This commit is contained in:
@@ -187,7 +187,7 @@ module.exports = (appInfo) => {
|
||||
},
|
||||
// java服务
|
||||
javaServer: {
|
||||
enable: false,
|
||||
enable: true,
|
||||
port: 18080, // 默认端口(如果端口被使用,则随机获取一个)
|
||||
jreVersion: 'jre1.8.0_201', // 额外资源目录下 jre 文件夹名称
|
||||
opt: '-server -Xms512M -Xmx512M -Xss512k -Dspring.profiles.active=prod -Dserver.port=${port} -Dlogging.file.path="${path}" ',
|
||||
|
||||
Reference in New Issue
Block a user