From b8778d25e77b44716716bec11afe2e189be6efe3 Mon Sep 17 00:00:00 2001 From: mayongjian <13864632865@163.com> Date: Mon, 19 May 2025 08:44:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=90=AF=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/hongshu/HongshuApplication.java | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hongshu-server/src/main/java/com/hongshu/HongshuApplication.java b/hongshu-server/src/main/java/com/hongshu/HongshuApplication.java index b2f3c60..9fec906 100644 --- a/hongshu-server/src/main/java/com/hongshu/HongshuApplication.java +++ b/hongshu-server/src/main/java/com/hongshu/HongshuApplication.java @@ -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" + + " /____/" + ); } }