rest api解決url參數中帶點的問題,REST正則匹配

問題描述: 在spring boot中使用restAPI風格調用接口,參數出現帶點的數據,好比:java http://xxxx:8000/test/xxx.yyy.zzz 在java後端接收的時候,代碼以下:spring @RequestMapping(value = "/test/{xxx}", method = RequestMethod.GET) public String xxx(@Pa
相關文章
相關標籤/搜索