@Value("${apidoc.check.value}") private String checkValue; @ApiOperation(value = checkValue) @RequestMapping(value = "/check", method = RequestMethod.GET) ...省略
例如这里 @ApiOperation 提示 value 必须是 fanal 又或者 swagger 一般文档写在哪?