如何使用Spring工具类动态匹配url
这篇文章主要介绍了如何使用Spring工具类动态匹配url,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要的朋友可以参考下
该方法主要是借助spring对于路径的通配符匹配的实现,来实现自己公司业务需求。
packagecom.stylefeng.guns.gateway.modular;
importorg.apache.commons.lang3.StringUtils;
importorg.springframework.util.AntPathMatcher;
importorg.springframework.util.PathMatcher;
/**
*@authorztkj-hzb
*@Date2019/8/2817:10
*@Description
*/
publicclassUrlMatch{
privateUrlMatch(){
}
/**
*匹配资料
*
*@parampatternPath模糊匹配表达式
*@paramrequestPath待匹配的url
*@return
*/
publicstaticbooleanmatch(StringpatternPath,StringrequestPath){
if(StringUtils.isEmpty(patternPath)||StringUtils.isEmpty(requestPath)){
returnfalse;
}
PathMatchermatcher=newAntPathMatcher();
returnmatcher.match(patternPath,requestPath);
}
}
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持毛票票。
热门推荐
4 天仙配简短祝福语
10 英文祝福语 唯美简短的
11 端午送老师祝福语简短
12 元旦英文祝福语大全简短
13 新年简短祝福语给亲人
14 女方出嫁周年祝福语简短
15 考上大学简短祝福语、
16 门户新年祝福语大全简短
17 孩子语音婚礼祝福语简短
18 元宵发客户祝福语简短