From cd55c1585bc287a8a3137d58c5801b50f2f68d89 Mon Sep 17 00:00:00 2001 From: LamGC Date: Sun, 15 Aug 2021 13:16:17 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=B7=BB=E5=8A=A0=20Banner.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 就是想改一下 Banner, 没别的意思. --- src/main/resources/banner.txt | 7 +++++++ 1 file changed, 7 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 0000000..10b57f5 --- /dev/null +++ b/src/main/resources/banner.txt @@ -0,0 +1,7 @@ + ___ _ ____ _ + / _ \ _ __ __ _ ___| | ___ / ___| ___ _ __ | |_ _ __ _ _ +| | | | '__/ _` |/ __| |/ _ \ \___ \ / _ \ '_ \| __| '__| | | | +| |_| | | | (_| | (__| | __/ ___) | __/ | | | |_| | | |_| | + \___/|_| \__,_|\___|_|\___| |____/ \___|_| |_|\__|_| \__, | + |___/ + ## Author: Github@LamGC ## ## Spring: ${spring-boot.formatted-version} ##