url中包含特殊字符及处理办法

问题:在spring boot中使用rest API风格调用接口,参数出现带特殊字符的数据,如姓名xx.yy,或者,号分割的字符串 例如:web http://localhost:8080/business/joinbiz/xx.yy http://localhost:8080/business/joinbiz/x,y 正常接收的话:spring @RequestMapping(value = "
相关文章
相关标签/搜索