@@ -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;
@@ -189,10 +189,7 @@ module.exports = (appInfo) => {
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'
- },
- example: {
- enable: false,
+ }
};
return {