Crunchy
2024-08-06 d828d03c0b23d163c042e88cb21b8b15b1e6dedd
framework/src/main/java/com/yuanchu/mom/config/OpenFifer.java
@@ -59,9 +59,10 @@
    @Override
    protected void addInterceptors(InterceptorRegistry registry) {
        registry.addInterceptor(fiferConfig).addPathPatterns("/**");
        registry.addInterceptor(powerConfig).addPathPatterns("/**");
        registry.addInterceptor(logConfig).addPathPatterns("/**");
        // TODO: 2024/6/4 访问swagger需关下面拦截器
//        registry.addInterceptor(fiferConfig).addPathPatterns("/**");
//        registry.addInterceptor(powerConfig).addPathPatterns("/**");
//        registry.addInterceptor(logConfig).addPathPatterns("/**");
        super.addInterceptors(registry);
    }