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