-
-
Notifications
You must be signed in to change notification settings - Fork 546
Closed
Description
I want to migrate from SpringFox library to SpringDoc. In my SpringFox configuration, I have disabled default response messages:
@Bean
public Docket publicApi(ServletContext servletContext) {
Docket docket = new Docket(DocumentationType.SWAGGER_2)
...
.useDefaultResponseMessages(false);
But I can't find a way to do it in SpringDoc. Migration guide says "remove Docket and use application.properties instead". But there is no such property.
Solution I'd like
- Posibility to disable default responses as a property in application.properties
- Expected result using OpenAPI Description - json
Metadata
Metadata
Assignees
Labels
No labels