@RequestMapping(value = "/v1/locate/latlng/{lat:.+},{lng:.+}", method = RequestMethod.GET, produces = "application/json;charset=UTF-8")
public ApiResultModel<LocateModel> getLocate(@PathVariable("lat") Double lat, @PathVariable("lng") Double lng)
Content-Disposition:attachment; filename = f.txt
答案 0 :(得分:0)
升级是Spring Framework 4.2.3的解决方案