test
parent
afe2450a14
commit
e7f5cfc422
|
@ -24,6 +24,7 @@ public class VManageBootstrap extends LogManager {
|
||||||
private static ConfigurableApplicationContext context;
|
private static ConfigurableApplicationContext context;
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
VManageBootstrap.args = args;
|
VManageBootstrap.args = args;
|
||||||
|
System.out.println("test");
|
||||||
VManageBootstrap.context = SpringApplication.run(VManageBootstrap.class, args);
|
VManageBootstrap.context = SpringApplication.run(VManageBootstrap.class, args);
|
||||||
}
|
}
|
||||||
// 项目重启
|
// 项目重启
|
||||||
|
|
Loading…
Reference in New Issue