We are moving away from Springfox to Springdoc and would like to know if Springdoc has a useDefaultResponseMessages() equivalent?
Have seen some solutions that require some coding but what I would like to know if there is something that can be implemented as simply as the useDefaultResponseMessages()
When creating a default docket in springfox it is very simply added like so.
defaultDocket
.useDefaultResponseMessages(true)
.select()