diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 09f9612..78a0296 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -61,4 +61,6 @@ springdoc.swagger-ui.operationsSorter=method springdoc.swagger-ui.tagsSorter=alpha springdoc.swagger-ui.doc-expansion=none springdoc.swagger-ui.disable-swagger-default-url=true +springdoc.default-produces-media-type=application/json +springdoc.default-consumes-media-type=application/json