Merge branch 'bgy' of SH-Arbitrate/Arbitrate-Backend into dev

This commit was merged in pull request #349.
This commit is contained in:
bgy
2024-04-30 15:16:11 +08:00
committed by Gitea
@@ -18,15 +18,11 @@ public class RuoYiApplication
{
// System.setProperty("spring.devtools.restart.enabled", "false");
SpringApplication.run(RuoYiApplication.class, args);
System.out.println("(♥◠‿◠)ノ゙ 若依启动成功 ლ(´ڡ`ლ)゙ \n" +
" .-------. ____ __ \n" +
" | _ _ \\ \\ \\ / / \n" +
" | ( ' ) | \\ _. / ' \n" +
" |(_ o _) / _( )_ .' \n" +
" | (_,_).' __ ___(_ o _)' \n" +
" | |\\ \\ | || |(_,_)' \n" +
" | | \\ `' /| `-' / \n" +
" | | \\ / \\ / \n" +
" ''-' `'-' `-..-' ");
System.out.println(" __ _ \n" +
" ____ / /_ ____ ____ ____ _ _________ _(_)\n" +
"/_ / / __ \\/ __ \\/ __ \\/ __ `/ / ___/ __ `/ / \n" +
" / /_/ / / / /_/ / / / / /_/ / / /__/ /_/ / / \n" +
"/___/_/ /_/\\____/_/ /_/\\__, / \\___/\\__,_/_/ \n" +
" /____/ ");
}
}