From 9a754cedc8d5cc445d5b855b27f5b440ce16d65d Mon Sep 17 00:00:00 2001 From: feivxs Date: Wed, 24 Mar 2021 00:09:40 +0800 Subject: [PATCH] style: set the color of log to default after banner --- 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 86875d1946..be58cc7794 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