se-visual/se-monitor/src/main/java/com/se/modules/monitor/SeMonitorApplication.java
@@ -16,15 +16,6 @@ public static void main(String[] args) { SpringApplication.run(SeMonitorApplication.class, args); System.out.println("(♥◠‿◠)ノ゙ 监控中心启动成功 ლ(´ڡ`ლ)゙ \n" + " .-------. ____ __ \n" + " | _ _ \\ \\ \\ / / \n" + " | ( ' ) | \\ _. / ' \n" + " |(_ o _) / _( )_ .' \n" + " | (_,_).' __ ___(_ o _)' \n" + " | |\\ \\ | || |(_,_)' \n" + " | | \\ `' /| `-' / \n" + " | | \\ / \\ / \n" + " ''-' `'-' `-..-' "); System.out.println(" 监控中心启动成功 "); } }