首页>代码>java开源分布式任务调度框架xxl-job支持oracle实例>/xxl-job-2.1.0/xxl-job-admin/src/main/java/com/xxl/job/admin/controller/interceptor/WebMvcConfig.java
package com.xxl.job.admin.controller.interceptor;

import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.InterceptorRegistry;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter;

import javax.annotation.Resource;

/**
 * web mvc config
 *
 * @author xuxueli 2018-04-02 20:48:20
 */
@Configuration
public class WebMvcConfig extends WebMvcConfigurerAdapter {

    @Resource
    private PermissionInterceptor permissionInterceptor;
    @Resource
    private CookieInterceptor cookieInterceptor;

    @Override
    public void addInterceptors(InterceptorRegistry registry) {
        registry.addInterceptor(permissionInterceptor).addPathPatterns("/**");
        registry.addInterceptor(cookieInterceptor).addPathPatterns("/**");
        super.addInterceptors(registry);
    }

}
最近下载更多
szf123  LV12 2023年11月9日
xuexizhuanyong23  LV16 2022年10月11日
vicgong  LV4 2022年5月19日
chengqiang  LV13 2022年4月8日
wydpopwyd  LV11 2021年10月12日
kwm2921944  LV10 2021年6月30日
雷纹_码农的进阶  LV7 2021年4月9日
微量的记忆  LV10 2021年2月25日
lironggang  LV38 2020年12月22日
0312wangchen  LV26 2020年7月1日
最近浏览更多
zjjhzjb  LV14 3月20日
szf123  LV12 2023年11月9日
542483030 2023年6月7日
暂无贡献等级
liuzhaofeng  LV7 2023年4月12日
xingbing  LV9 2023年2月10日
无名氏111  LV32 2022年11月3日
lhz057  LV9 2022年8月26日
哎呀马吖  LV6 2022年8月25日
annazhang  LV29 2022年7月17日
xuexizhuanyong23  LV16 2022年6月29日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友