部分后端1

master3
Cys 8 months ago
parent 8b74c1ef1d
commit 3996662e7b

@ -11,8 +11,6 @@ import javax.servlet.http.HttpServletResponse;
* 1. * 1.
* 2. * 2.
* *
* @author: ShanZhu
* @date: 2023-11-20
*/ */
public class LoginInterceptor implements HandlerInterceptor { public class LoginInterceptor implements HandlerInterceptor {

@ -11,8 +11,6 @@ import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
/** /**
* SpringMvc * SpringMvc
* *
* @author: ShanZhu
* @date: 2023-11-20
*/ */
@Configuration @Configuration
public class MvcConfig implements WebMvcConfigurer { public class MvcConfig implements WebMvcConfigurer {

@ -8,10 +8,7 @@ import org.springframework.context.annotation.Configuration;
/** /**
* Mybatis - plus * Mybatis - plus
* *
* MybatisPlus? https://blog.csdn.net/qq_52922453/article/details/127196313
* *
* @author: ShanZhu
* @date: 2023-11-10
*/ */
@Configuration @Configuration
public class MybatisPlusConfig { public class MybatisPlusConfig {

Loading…
Cancel
Save