Skip to content

Commit c3a35ec

Browse files
authored
docs: SpringDoc 편의성 개선 2 (#109)
1 parent 092c885 commit c3a35ec

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

backend/src/main/resources/application.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ springdoc:
127127
path: /v3/api-docs
128128
swagger-ui:
129129
doc-expansion : none
130-
operations-sorter: none
130+
operations-sorter: alpha
131131
tags-sorter: alpha
132-
try-it-out-enabled: true
132+
try-it-out-enabled: true
133+
filter: true
134+
display-request-duration: true

0 commit comments

Comments
 (0)