rest api解决url参数中带点的问题,REST正则匹配
问题描述:
在spring boot中使用restAPI风格调用接口,参数出现带点的数据,比如:
http://xxxx:8000/test/xxx.yyy.zzz
在java后端接收的时候,代码如下:
@RequestMapping(value = "/test/{xxx}", method = RequestMethod.GET)
public String xxx(@PathVa...
原创
2018-07-27 09:51:59 ·
4961 阅读 ·
0 评论