From cdb7e2cdc1acd90f464217addd666c2cc000f31c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=82=A5=E9=B1=BC=E5=85=88=E7=94=9F?= Date: Wed, 24 Mar 2021 00:50:44 +0800 Subject: [PATCH] style: set the color of log to default after banner (#1321) --- src/main/resources/banner.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/banner.txt b/src/main/resources/banner.txt index 86875d194..be58cc779 100644 --- a/src/main/resources/banner.txt +++ b/src/main/resources/banner.txt @@ -5,4 +5,4 @@ ${AnsiColor.BLUE} / __ / /_/ / / /_/ / /_/ /_/\__,_/_/\____/ ${AnsiColor.BRIGHT_YELLOW} -Version: ${application.version} \ No newline at end of file +Version: ${application.version}${AnsiColor.DEFAULT} \ No newline at end of file