diff options
Diffstat (limited to 'rulemgt/src')
-rw-r--r-- | rulemgt/src/main/java/org/openo/holmes/rulemgt/RuleActiveApp.java | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/rulemgt/src/main/java/org/openo/holmes/rulemgt/RuleActiveApp.java b/rulemgt/src/main/java/org/openo/holmes/rulemgt/RuleActiveApp.java index 1337f16..c7eaf15 100644 --- a/rulemgt/src/main/java/org/openo/holmes/rulemgt/RuleActiveApp.java +++ b/rulemgt/src/main/java/org/openo/holmes/rulemgt/RuleActiveApp.java @@ -21,11 +21,9 @@ import org.openo.dropwizard.ioc.bundle.IOCApplication; public class RuleActiveApp extends IOCApplication < RuleAppConfig > { public static void main( String[] args ) throws Exception { -// args = new String[]{ "server", -// "D:\\code\\open-o\\holmes-rule-management\\rulemgt-standalone\\src\\assembly\\resource\\conf\\holmes-rulemgt.yml" }; - new RuleActiveApp().run( args ); + new RuleActiveApp().run( args ); } - + @Override public String getName() { return "Holmes Rule Management ActiveApp APP "; |