摘要: 阅读全文
posted @ 2023-03-08 21:14 iTao0128 阅读(19) 评论(0) 推荐(0)
摘要: controller @RequestMapping("/test?Hello/demo") public String test1(){ return "success"; } @RequestMapping("/test*/demo") public String test2(){ return 阅读全文
posted @ 2023-03-08 21:12 iTao0128 阅读(38) 评论(0) 推荐(0)