优化系统启动图案
This commit is contained in:
@@ -18,15 +18,11 @@ public class RuoYiApplication
|
|||||||
{
|
{
|
||||||
// System.setProperty("spring.devtools.restart.enabled", "false");
|
// System.setProperty("spring.devtools.restart.enabled", "false");
|
||||||
SpringApplication.run(RuoYiApplication.class, args);
|
SpringApplication.run(RuoYiApplication.class, args);
|
||||||
System.out.println("(♥◠‿◠)ノ゙ 若依启动成功 ლ(´ڡ`ლ)゙ \n" +
|
System.out.println(" __ _ \n" +
|
||||||
" .-------. ____ __ \n" +
|
" ____ / /_ ____ ____ ____ _ _________ _(_)\n" +
|
||||||
" | _ _ \\ \\ \\ / / \n" +
|
"/_ / / __ \\/ __ \\/ __ \\/ __ `/ / ___/ __ `/ / \n" +
|
||||||
" | ( ' ) | \\ _. / ' \n" +
|
" / /_/ / / / /_/ / / / / /_/ / / /__/ /_/ / / \n" +
|
||||||
" |(_ o _) / _( )_ .' \n" +
|
"/___/_/ /_/\\____/_/ /_/\\__, / \\___/\\__,_/_/ \n" +
|
||||||
" | (_,_).' __ ___(_ o _)' \n" +
|
" /____/ ");
|
||||||
" | |\\ \\ | || |(_,_)' \n" +
|
|
||||||
" | | \\ `' /| `-' / \n" +
|
|
||||||
" | | \\ / \\ / \n" +
|
|
||||||
" ''-' `'-' `-..-' ");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user