李林
2024-03-07 e4c2789c8778fd0cc827692b9ebf554411d05673
framework/src/main/java/com/yuanchu/mom/config/OpenFifer.java
@@ -18,6 +18,9 @@
    @Resource
    private PowerConfig powerConfig;
    @Resource
    private LogConfig logConfig;
    @Value("${file.path}")
    private String filePath;
@@ -41,6 +44,7 @@
    protected void addInterceptors(InterceptorRegistry registry) {
        registry.addInterceptor(fiferConfig).addPathPatterns("/**");
        registry.addInterceptor(powerConfig).addPathPatterns("/**");
        registry.addInterceptor(logConfig).addPathPatterns("/**");
        super.addInterceptors(registry);
    }
}