private final String v; private final String n; @ApiOperation(value = v, notes = n) @GetMapping(value = "/user") ...
比如这里 v, n 如何通过外部文件比如 yml 读取进来?