From 48767c14c1e636db73f5300c5f8b7ecd7ed53705 Mon Sep 17 00:00:00 2001 From: meowrain Date: Mon, 17 Nov 2025 23:44:36 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89banner?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/banner.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 aioj-backend-common/src/main/resources/banner.txt diff --git a/aioj-backend-common/src/main/resources/banner.txt b/aioj-backend-common/src/main/resources/banner.txt new file mode 100644 index 0000000..c64715c --- /dev/null +++ b/aioj-backend-common/src/main/resources/banner.txt @@ -0,0 +1,19 @@ + █████████ █████ ███████ █████ + ███░░░░░███ ░░███ ███░░░░░███ ░░███ + ░███ ░███ ░███ ███ ░░███ ░███ + ░███████████ ░███ ░███ ░███ ░███ + ░███░░░░░███ ░███ ░███ ░███ ░███ + ░███ ░███ ░███ ░░███ ███ ███ ░███ + █████ █████ █████ ░░░███████░ ░░████████ +░░░░░ ░░░░░ ░░░░░ ░░░░░░░ ░░░░░░░░ + + +🚀 AIOJ - ${spring.application.name} +🌍 Environment : ${spring.profiles.active} +☕ Java Version : ${java.version} +🔥 Started At : ${application.startup.time} +❤️ Service Running: http://${server.address:127.0.0.1}:${server.port}${server.servlet.context-path} +✨API Document: http://127.0.0.1:${server.port}/doc.html + + +