@ -11,8 +11,6 @@ import javax.servlet.http.HttpServletResponse;
* 1.配置到拦截器要拦截哪些请求
* 2.把这些配置放在容器中
*
* @author: ShanZhu
* @date: 2023-11-20
*/
public class LoginInterceptor implements HandlerInterceptor {
@ -11,8 +11,6 @@ import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
/**
* SpringMvc 配置
@Configuration
public class MvcConfig implements WebMvcConfigurer {
@ -8,10 +8,7 @@ import org.springframework.context.annotation.Configuration;
* Mybatis - plus 配置
* 什么是MybatisPlus? (https://blog.csdn.net/qq_52922453/article/details/127196313)
* @date: 2023-11-10
public class MybatisPlusConfig {