|
@@ -63,6 +63,7 @@ public class Application {
|
|
// FlatTagHandler tagHandler = applicationContext.getBean(FlatTagHandler.class);
|
|
// FlatTagHandler tagHandler = applicationContext.getBean(FlatTagHandler.class);
|
|
// tagHandler.tempDataToFlatView("202204");
|
|
// tagHandler.tempDataToFlatView("202204");
|
|
//运行程序
|
|
//运行程序
|
|
|
|
+ if(args != null) log.info("===>>mainArgs:" + String.join(",", args));
|
|
startProg(applicationContext,args);
|
|
startProg(applicationContext,args);
|
|
// applicationContext.close();
|
|
// applicationContext.close();
|
|
}
|
|
}
|