From 827f551c436962fe66d228d0118ec98c21253e3f Mon Sep 17 00:00:00 2001 From: hengboy Date: Mon, 31 Aug 2020 11:43:40 +0800 Subject: [PATCH 1/2] =?UTF-8?q?:memo:=20=E4=BF=AE=E6=94=B9Banner=E8=BE=93?= =?UTF-8?q?=E5=87=BA=E5=86=85=E5=AE=B9=E4=BB=A5=E5=8F=8A=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/banner.txt | 25 ++++++++++++------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/api-boot-project/api-boot-autoconfigure/src/main/resources/banner.txt b/api-boot-project/api-boot-autoconfigure/src/main/resources/banner.txt index 1b051890..7a56c28c 100644 --- a/api-boot-project/api-boot-autoconfigure/src/main/resources/banner.txt +++ b/api-boot-project/api-boot-autoconfigure/src/main/resources/banner.txt @@ -1,9 +1,16 @@ - . .--. . - / \ o | ) _|_ - /___\ .,-. . |--: .-. .-. | - / \ | ) | | )( )( )| -' `|`-'-' `-'--' `-' `-' `-' - | - ' -:: Based On SpringBoot Version : ${spring-boot.formatted-version} :: -:: ApiBoot Version : ${api.boot.version} :: + + ___ .______ __ .______ ______ ______ .___________. + / \ | _ \ | | | _ \ / __ \ / __ \ | | + / ^ \ | |_) | | | | |_) | | | | | | | | | `---| |----` + / /_\ \ | ___/ | | | _ < | | | | | | | | | | + / _____ \ | | | | | |_) | | `--' | | `--' | | | +/__/ \__\ | _| |__| |______/ \______/ \______/ |__| + + +SpringBoot Version : ${spring-boot.formatted-version} + +Version : ${api.boot.version} + +WebSite : https://apiboot.minbox.org + +Author Blog : https://blog.yuqiyu.com From 38729f45c611533d05e61da837501637cf02b3d6 Mon Sep 17 00:00:00 2001 From: hengboy Date: Mon, 31 Aug 2020 11:52:36 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AD=A6=E4=B9=A0?= =?UTF-8?q?=E6=96=87=E7=AB=A0=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../api-boot-autoconfigure/src/main/resources/banner.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-boot-project/api-boot-autoconfigure/src/main/resources/banner.txt b/api-boot-project/api-boot-autoconfigure/src/main/resources/banner.txt index 7a56c28c..e3ca8ac3 100644 --- a/api-boot-project/api-boot-autoconfigure/src/main/resources/banner.txt +++ b/api-boot-project/api-boot-autoconfigure/src/main/resources/banner.txt @@ -13,4 +13,4 @@ Version : ${api.boot.version} WebSite : https://apiboot.minbox.org -Author Blog : https://blog.yuqiyu.com +Study Articles : https://blog.yuqiyu.com/apiboot-all-articles.html