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