结构优化
648540858 2022-05-06 17:26:36 +08:00
parent afe2450a14
commit e7f5cfc422
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ public class VManageBootstrap extends LogManager {
private static ConfigurableApplicationContext context;
public static void main(String[] args) {
VManageBootstrap.args = args;
System.out.println("test");
VManageBootstrap.context = SpringApplication.run(VManageBootstrap.class, args);
}
// 项目重启