摘要: ant风格​ 通过通配符匹配路径 ​ *: 匹配任意字符 任意多个 ​ ?:匹配任意字符 有且仅有一个 ​ **:匹配任意路径 如果匹配到多个路径,谁更精确 ,进入谁的方法 @Controller @RequestMapping("/user") public class UserControlle 阅读全文
posted @ 2022-10-18 22:37 呆萌老师 阅读(48) 评论(0) 推荐(0)