From 6e86bba6ce5825122bd7ff2accd957f8a8147be4 Mon Sep 17 00:00:00 2001 From: yulichang <570810310@qq.com> Date: Fri, 9 Dec 2022 22:57:09 +0800 Subject: [PATCH] fix --- .../java/com/github/yulichang/config/InterceptorConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mybatis-plus-join-core/src/main/java/com/github/yulichang/config/InterceptorConfig.java b/mybatis-plus-join-core/src/main/java/com/github/yulichang/config/InterceptorConfig.java index 60f8f59..29cfc13 100644 --- a/mybatis-plus-join-core/src/main/java/com/github/yulichang/config/InterceptorConfig.java +++ b/mybatis-plus-join-core/src/main/java/com/github/yulichang/config/InterceptorConfig.java @@ -28,7 +28,7 @@ public class InterceptorConfig { //打印banner System.out.println(" _ _ |_ _ _|_. ___ _ | _ . _ . _ \n" + "| | |\\/|_)(_| | |_\\ |_)||_|_\\ | (_) | | | \n" + - " / | / 1.3.8"); + " / | / 1.3.10"); } }