zouyu
2024-08-06 c22590d2f454f23cbdbd17cb4480a0d8982a0f2e
framework/src/main/java/com/yuanchu/mom/config/OpenFifer.java
@@ -62,7 +62,7 @@
        // TODO: 2024/6/4 访问swagger需关下面拦截器
//        registry.addInterceptor(fiferConfig).addPathPatterns("/**");
//        registry.addInterceptor(powerConfig).addPathPatterns("/**");
        registry.addInterceptor(logConfig).addPathPatterns("/**");
//        registry.addInterceptor(logConfig).addPathPatterns("/**");
        super.addInterceptors(registry);
    }