用于设置API参数在HTTP请求中的类型(位置:body/form/query)
@RequestBody/@ModelAttribute/@RequestHeader/@PathVariable等忽略此规则
参数注解有
@RequestParam且HttpMehotd为GET也忽略此规则
其他不满足规则的参数在规则缺省的情况下, 优先采取
query模式
param.http.type=form
param.http.type[@org.springframework.web.bind.annotation.RequestParam]=query
param.http.type=form