Skip to content

Commit

Permalink
[DOCS] swagger yml 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
EunbeenDev committed Sep 27, 2024
1 parent 4d880f2 commit b313e69
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/main/resources/swagger/application-springdoc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
springdoc:
swagger-ui:
path: swagger
# "사용해 보기" 섹션이 기본적으로 활성화 되어야 하는지 여부를 제어
try-it-out-enabled: true
# filter 검색
filter: true
operations-sorter: method
# ms 단위 표시
display-request-duration: true
supported-submit-methods: GET, POST, PUT, DELETE, OPTIONS, HEAD, PATCH, TRACE

0 comments on commit b313e69

Please sign in to comment.