zss
2024-05-30 b8045b11ca8af95cb5aeba464bff589e0b9f53b8
framework/src/main/java/com/yuanchu/mom/config/OpenFifer.java
@@ -59,8 +59,8 @@
    @Override
    protected void addInterceptors(InterceptorRegistry registry) {
        registry.addInterceptor(fiferConfig).addPathPatterns("/**");
        registry.addInterceptor(powerConfig).addPathPatterns("/**");
//        registry.addInterceptor(fiferConfig).addPathPatterns("/**");
//        registry.addInterceptor(powerConfig).addPathPatterns("/**");
        registry.addInterceptor(logConfig).addPathPatterns("/**");
        super.addInterceptors(registry);
    }