标签:var ram http width 技术 val ping code api
先上图
1、实现
@GetMapping注解括号中可以验证参数,并且可以用正则,如上图所示。
在处理函数接收参数中用@PathVariable和@RequestParam验证url参数
@PathVariable验证的参数为 :api/{参数}/{参数}
@RequestParam验证的参数为:api?key1=value1&key2=value2
2、验证
Spring Boot-3 (@PathVariable和@RequestParam)
标签:var ram http width 技术 val ping code api
原文地址:https://www.cnblogs.com/manru75/p/11256958.html