程序包 org.ifinalframework.web.annotation.bind
package org.ifinalframework.web.annotation.bind
-
Annotation Interfaces类说明@RestController public class ExcelController{ @GetMapping("/excel) public List<T> excel(@RequestExcelPart List<T> list){ return list; } }An ext
Annotationwhich can resolvejsonparam from request parameters forHandlerMethodArgumentResolverlikeRequestParamandRequestBody.