疯狂的狮子Li
2023-01-13 2023de973e6adb490bba962b1d830fd8e4be9418
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("/**");
    }
}
}