疯狂的狮子li
2023-02-06 a8d5644f2e9700b0986df935a0a57a51dc2bb439
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("/**");
    }
}
}