首页>代码>基于SpringBoot+thymeleaf图书馆管理系统>/library_springboot-master/src/main/java/fun/juhua/library_springboot/config/LoginWebConfig.java
package fun.juhua.library_springboot.config; import fun.juhua.library_springboot.interceptor.LoginInterceptor; 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 LoginWebConfig implements WebMvcConfigurer { @Override public void addInterceptors(InterceptorRegistry registry) { registry.addInterceptor(new LoginInterceptor()) .addPathPatterns("/UpdateReader","/toEditReader") .addPathPatterns("/admin/**") .addPathPatterns("/reader/**"); } }
最近下载更多
微信网友_7134912998903808 LV9
9月13日
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日
最近浏览更多
微信网友_7134912998903808 LV9
9月12日
微信网友_7005760998215680 LV6
8月31日
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日