码迷,mamicode.com
首页 > 编程语言 > 详细

springboot拦截器

时间:2020-05-02 19:21:14      阅读:58      评论:0      收藏:0      [点我收藏+]

标签:ati   pre   div   reg   intercept   registry   web   one   ram   

package com.llf.utils;

import org.springframework.stereotype.Component;
import org.springframework.web.servlet.config.annotation.InterceptorRegistry;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;

@Component
public class MyInterceptor implements WebMvcConfigurer {

    @Override
    public void addInterceptors(InterceptorRegistry registry) {
       System.out.print("拦截器执行。。。。。。。。。。。。。。。。。。。。。。");
    }

}

 

springboot拦截器

标签:ati   pre   div   reg   intercept   registry   web   one   ram   

原文地址:https://www.cnblogs.com/-llf/p/12818823.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!