首页>代码>基于SpringBoot+thymeleaf图书馆管理系统>/library_springboot-master/src/main/java/fun/juhua/library_springboot/config/AdminWebConfig.java
package fun.juhua.library_springboot.config;

import fun.juhua.library_springboot.interceptor.AdminInterceptor;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.InterceptorRegistry;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;

/**
 *
 */
@Configuration
public class AdminWebConfig implements WebMvcConfigurer {
    @Override
    public void addInterceptors(InterceptorRegistry registry) {
        registry.addInterceptor(new AdminInterceptor())
                .addPathPatterns("/reader/**");
    }
}
最近下载更多
无异偶  LV3 2024年12月30日
huiyi1  LV1 2024年12月23日
zolscy  LV24 2024年11月26日
geekcjj  LV18 2024年11月9日
微信网友_7134912998903808  LV15 2024年9月13日
xiquyiyuan  LV10 2024年6月18日
胡闹的番茄精  LV2 2024年6月17日
来一杯西瓜冰咩  LV6 2024年5月16日
1941549176  LV4 2024年5月11日
陈小灏  LV18 2024年4月27日
最近浏览更多
helloworldsbsb  LV8 6月25日
短巷拥猫  LV12 6月23日
xia_yu253 5月24日
暂无贡献等级
PLVAE_514  LV2 3月7日
54ty1212 1月6日
暂无贡献等级
无异偶  LV3 2024年12月30日
ma406805131  LV19 2024年12月24日
huiyi1  LV1 2024年12月23日
xinshou11111x 2024年12月17日
暂无贡献等级
pangzhihui  LV14 2024年12月4日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友