[Swagger 설정 업데이트] 기본 미디어 타입을 application/json으로 설정하여 Swagger API 문서의 응답 및 요청 형식을 표준화

This commit is contained in:
2025-08-14 10:50:38 +09:00
parent 77bc400888
commit 21f121c490

View File

@@ -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