del exapmle

This commit is contained in:
gsx
2023-05-16 09:00:12 +08:00
parent 551632d96b
commit a327d0b88a
2 changed files with 1 additions and 27 deletions

View File

@@ -1,23 +0,0 @@
/**
* example插件
* @class
*/
class ExampleAddon {
constructor(app) {
this.app = app;
}
/**
* hello
*
* @function
* @since 1.0.0
*/
hello () {
return 'hello';
}
}
ExampleAddon.toString = () => '[class ExampleAddon]';
module.exports = ExampleAddon;

View File

@@ -189,10 +189,7 @@ module.exports = (appInfo) => {
jreVersion: 'jre1.8.0_201', jreVersion: 'jre1.8.0_201',
opt: '-server -Xms512M -Xmx512M -Xss512k -Dspring.profiles.active=prod -Dserver.port=${port} -Dlogging.file.path="${path}" ', opt: '-server -Xms512M -Xmx512M -Xss512k -Dspring.profiles.active=prod -Dserver.port=${port} -Dlogging.file.path="${path}" ',
name: 'java-app.jar' name: 'java-app.jar'
}, }
example: {
enable: false,
},
}; };
return { return {