test
parent
afe2450a14
commit
e7f5cfc422
|
@ -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);
|
||||
}
|
||||
// 项目重启
|
||||
|
|
Loading…
Reference in New Issue