Application添加启动服务成功提示
parent
72af57de8e
commit
37fda2af75
|
@ -35,6 +35,7 @@ public class Application {
|
|||
System.setProperty("nashorn.args","--no-deprecation-warning");
|
||||
|
||||
SpringApplication.run(Application.class, args);
|
||||
System.out.println("server start success!");
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue