优化启动

master
mayongjian 12 months ago
parent 0e5bdaa4c7
commit b8778d25e7

@ -14,5 +14,13 @@ public class HongshuApplication {
public static void main(String[] args) {
// System.setProperty("spring.devtools.restart.enabled", "false");
SpringApplication.run(HongshuApplication.class, args);
System.out.println("(♥◠‿◠)ノ゙ 红薯启动成功 ლ(´ڡ`ლ)゙ \n" +
" __ __\n" +
" / /_ ____ ____ ____ ______/ /_ __ __\n" +
" / __ \\/ __ \\/ __ \\/ __ `/ ___/ __ \\/ / / /\n" +
"/ / / / /_/ / / / / /_/ (__ ) / / / /_/ /\n" +
"/_/ /_/\\____/_/ /_/\\__, /____/_/ /_/\\__,_/\n" +
" /____/"
);
}
}

Loading…
Cancel
Save