From 3996662e7b90d6ace88e47350514f6e370abad42 Mon Sep 17 00:00:00 2001 From: Cys Date: Mon, 16 Dec 2024 18:45:59 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E5=88=86=E5=90=8E=E7=AB=AF1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/shanzhu/oe/config/LoginInterceptor.java | 2 -- src/main/java/com/shanzhu/oe/config/MvcConfig.java | 2 -- src/main/java/com/shanzhu/oe/config/MybatisPlusConfig.java | 3 --- 3 files changed, 7 deletions(-) diff --git a/src/main/java/com/shanzhu/oe/config/LoginInterceptor.java b/src/main/java/com/shanzhu/oe/config/LoginInterceptor.java index 7087c62..5ccffc0 100644 --- a/src/main/java/com/shanzhu/oe/config/LoginInterceptor.java +++ b/src/main/java/com/shanzhu/oe/config/LoginInterceptor.java @@ -11,8 +11,6 @@ import javax.servlet.http.HttpServletResponse; * 1.配置到拦截器要拦截哪些请求 * 2.把这些配置放在容器中 * - * @author: ShanZhu - * @date: 2023-11-20 */ public class LoginInterceptor implements HandlerInterceptor { diff --git a/src/main/java/com/shanzhu/oe/config/MvcConfig.java b/src/main/java/com/shanzhu/oe/config/MvcConfig.java index b509f6e..b2d894f 100644 --- a/src/main/java/com/shanzhu/oe/config/MvcConfig.java +++ b/src/main/java/com/shanzhu/oe/config/MvcConfig.java @@ -11,8 +11,6 @@ import org.springframework.web.servlet.config.annotation.WebMvcConfigurer; /** * SpringMvc 配置 * - * @author: ShanZhu - * @date: 2023-11-20 */ @Configuration public class MvcConfig implements WebMvcConfigurer { diff --git a/src/main/java/com/shanzhu/oe/config/MybatisPlusConfig.java b/src/main/java/com/shanzhu/oe/config/MybatisPlusConfig.java index c7b7c81..a2ac404 100644 --- a/src/main/java/com/shanzhu/oe/config/MybatisPlusConfig.java +++ b/src/main/java/com/shanzhu/oe/config/MybatisPlusConfig.java @@ -8,10 +8,7 @@ import org.springframework.context.annotation.Configuration; /** * Mybatis - plus 配置 * - * 什么是MybatisPlus? (https://blog.csdn.net/qq_52922453/article/details/127196313) * - * @author: ShanZhu - * @date: 2023-11-10 */ @Configuration public class MybatisPlusConfig {