Skip to content

Commit

Permalink
[Fix] :: yml fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lgwk42 committed May 20, 2024
1 parent 432ff21 commit 9c6eba1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,10 @@ springdoc:
enabled: true
version: openapi_3_0 #사용하는 버전을 명시
path: /v3/api-docs #api 문서 확인 경로, localhost:8080/v3/api-docs 로 접근

default-consumes-media-type: application/json #기본으로 설정되는 미디어타입 지정
auto-tag-classes: true #오토 태그 기능 활성화
groups:
enabled: false #api 그룹 기능, default는 true 이나 당장 사용하지 않기에 false 로 지정

swagger-ui:
operationsSorter: method #method 기준으로 정렬, 그외 alpha 로 정렬 가능
path: /swagger-ui.html

0 comments on commit 9c6eba1

Please sign in to comment.