From 1ecf40852c9afaac6247d81eaacba42531e0cefb Mon Sep 17 00:00:00 2001 From: Theo <971366405@qq.com> Date: Tue, 13 Aug 2024 22:44:37 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=A2=9E=E5=8A=A0=E5=90=AF=E5=8A=A8ba?= =?UTF-8?q?nner?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 增加启动banner --- src/main/resources/banner.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/main/resources/banner.txt diff --git a/src/main/resources/banner.txt b/src/main/resources/banner.txt new file mode 100644 index 00000000..c8ffd395 --- /dev/null +++ b/src/main/resources/banner.txt @@ -0,0 +1,14 @@ +${AnsiColor.BRIGHT_BLUE} + __ __ _ _ + \ \ / / | | (_) + \ \_/ /__ _ _ | | __ _ _ + \ / _ \| | | | | | / _` | | + | | (_) | |_| | | |___| (_| | | + |_|\___/ \__,_| |______\__,_|_| + +${AnsiColor.BRIGHT_GREEN} +YouLai Boot Version: 2.8.1 +Spring Boot Version: ${spring-boot.version}${spring-boot.formatted-version} +有来官网: https://www.youlai.tech/ +版权所属: 有来开源组织 +${AnsiColor.BRIGHT_BLUE} \ No newline at end of file