写点什么

AntPathMatcher

0 人感兴趣 · 1 次引用

  • 最新
  • 推荐
https://static001.geekbang.org/infoq/77/778f1a4fee010511353b67ce29514ea1.jpeg?x-oss-process=image%2Fresize%2Cw_416%2Ch_234

🍃【Spring 专题】「技术原理」为大家介绍一下 Spring 中的 Ant 路径匹配工具组件 AntPathMatcher

用户头像
洛神灬殇
2022-01-14

实际上不只是SpringMVC,整个Spring框架的路径解析都是按照Ant的风格来的,在Spring中的具体实现,详情参见 org.springframework.util.AntPathMatcher,具体规则如下

AntPathMatcher_AntPathMatcher技术文章_InfoQ写作社区