|
@@ -33,8 +33,6 @@ public class ServerApplication {
|
|
|
public static void main(String[] args) {
|
|
|
SpringApplication application = new SpringApplication(ServerApplication.class);
|
|
|
application.setBannerMode(Banner.Mode.OFF);
|
|
|
-// application.addListeners((ApplicationListener<ApplicationStartedEvent>) event ->
|
|
|
-// System.out.println("\033[1;93;44m>>>>>> " + event.getApplicationContext().getEnvironment().getProperty("spring.application.name") + " has started!!! \033[m"));
|
|
|
application.run(args);
|
|
|
}
|
|
|
}
|