del java config

This commit is contained in:
gaoshuaixing
2024-01-18 14:18:18 +08:00
parent 89bd9735ef
commit 0d0f7c34de

View File

@@ -171,13 +171,6 @@ module.exports = (appInfo) => {
url: 'http://kodo.qiniu.com/' url: 'http://kodo.qiniu.com/'
}, },
force: false, force: false,
},
javaServer: {
enable: false,
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'
} }
}; };