From 75553268476b8fdc7c8437232eca7aee0bc9dc7e Mon Sep 17 00:00:00 2001 From: yulichang <570810310@qq.com> Date: Wed, 10 May 2023 17:09:02 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4banner?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/github/yulichang/config/MPJInterceptorConfig.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mybatis-plus-join-core/src/main/java/com/github/yulichang/config/MPJInterceptorConfig.java b/mybatis-plus-join-core/src/main/java/com/github/yulichang/config/MPJInterceptorConfig.java index 8dccf6f..d4ba5a9 100644 --- a/mybatis-plus-join-core/src/main/java/com/github/yulichang/config/MPJInterceptorConfig.java +++ b/mybatis-plus-join-core/src/main/java/com/github/yulichang/config/MPJInterceptorConfig.java @@ -29,7 +29,8 @@ public class MPJInterceptorConfig { //打印banner System.out.println(" _ _ |_ _ _|_. ___ _ | _ . _ . _ \n" + "| | |\\/|_)(_| | |_\\ |_)||_|_\\ | (_) | | | \n" + - " / | / 1.4.4.1"); + " / | /\n" + + " 1.4.4.1"); } }