如何使用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);
}
}
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持毛票票。
热门推荐
10 小红书平安祝福语简短
11 生日祝福语大全女孩简短
12 收生日红包祝福语 简短
13 领证幽默祝福语简短
14 法考面试祝福语简短
15 老哥出门祝福语简短语
16 送灯祝福语简短独特
17 幼儿狗年祝福语大全简短
18 好听的元旦简短祝福语