Ver Fonte

打印启动参数

aokunsang há 2 anos atrás
pai
commit
689537402a
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      src/main/java/com/platomix/userprofile/Application.java

+ 1 - 0
src/main/java/com/platomix/userprofile/Application.java

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