From 21f121c49060cf24f3efbdb031cfa38b6ef73280 Mon Sep 17 00:00:00 2001 From: sohot8653 Date: Thu, 14 Aug 2025 10:50:38 +0900 Subject: [PATCH] =?UTF-8?q?[Swagger=20=EC=84=A4=EC=A0=95=20=EC=97=85?= =?UTF-8?q?=EB=8D=B0=EC=9D=B4=ED=8A=B8]=20=EA=B8=B0=EB=B3=B8=20=EB=AF=B8?= =?UTF-8?q?=EB=94=94=EC=96=B4=20=ED=83=80=EC=9E=85=EC=9D=84=20application/?= =?UTF-8?q?json=EC=9C=BC=EB=A1=9C=20=EC=84=A4=EC=A0=95=ED=95=98=EC=97=AC?= =?UTF-8?q?=20Swagger=20API=20=EB=AC=B8=EC=84=9C=EC=9D=98=20=EC=9D=91?= =?UTF-8?q?=EB=8B=B5=20=EB=B0=8F=20=EC=9A=94=EC=B2=AD=20=ED=98=95=EC=8B=9D?= =?UTF-8?q?=EC=9D=84=20=ED=91=9C=EC=A4=80=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.properties | 2 ++ 1 file changed, 2 insertions(+) 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