Skip to content

Commit 092c885

Browse files
authored
docs: SpringDoc 편의성 개선 (#108)
1 parent ecb80f4 commit 092c885

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

backend/src/main/resources/application.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,9 @@ custom:
124124
expirationSeconds: "#{60*20}"
125125
springdoc:
126126
api-docs:
127-
path: /v3/api-docs
127+
path: /v3/api-docs
128+
swagger-ui:
129+
doc-expansion : none
130+
operations-sorter: none
131+
tags-sorter: alpha
132+
try-it-out-enabled: true

0 commit comments

Comments
 (0)