我正在为各种APi的文档创建swagger文件。在控制器中,我请求一个RequestParam和一个RequestBody: @Timed(valueMetricsTimerConstants.storeMessageWithParamsTimer)
public ResponseEntity<Object> saveMessageWithParams(@RequestBody有办法
我有一个GET路由,我想在其中将url中的对象参数编码为查询字符串。在编写swagger文档时,我基本上得到了不允许我在query类型参数中使用schema/object类型的错误: /mypath/: parameters- in: path description: some param that worksproperties: