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

import fun.juhua.library_springboot.interceptor.ReaderInterceptor;
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 ReaderWebConfig implements WebMvcConfigurer {
    @Override
    public void addInterceptors(InterceptorRegistry registry) {
        registry.addInterceptor(new ReaderInterceptor())
                .addPathPatterns("/admin/**");
    }
}
最近下载更多
xiquyiyuan  LV10 6月18日
胡闹的番茄精  LV2 6月17日
来一杯西瓜冰咩  LV6 5月16日
1941549176  LV4 5月11日
陈小灏  LV15 4月27日
lsglsg9  LV23 3月27日
朱俪的邮件及存储  LV8 3月26日
wanglinddad  LV55 3月25日
pi-nang  LV2 3月11日
最近浏览更多
zhengguangshun  LV4 8月26日
krispeng  LV12 8月25日
a20090421166  LV2 8月7日
sweetlove  LV20 7月30日
hougui  LV1 6月25日
qq970040477  LV24 6月25日
颜菜菜  LV2 6月19日
xiquyiyuan  LV10 6月18日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友