util server pkg vue

This commit is contained in:
gaoshuaixing
2022-12-16 17:53:07 +08:00
parent a31ceb522c
commit da42b340b7
65 changed files with 77 additions and 57 deletions

View File

@@ -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}" ',