疯狂的狮子li
2023-01-18 7d1c53f92738166c1ced1a796e2bc95d26d35fa0
ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/controller/interceptor/WebMvcConfig.java
@@ -4,7 +4,7 @@
import org.springframework.web.servlet.config.annotation.InterceptorRegistry;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
import javax.annotation.Resource;
import jakarta.annotation.Resource;
/**
 * web mvc config
@@ -25,4 +25,4 @@
        registry.addInterceptor(cookieInterceptor).addPathPatterns("/**");
    }
}
}