Skip to content

Commit 739f3ff

Browse files
committed
springdoc 를 json으로 받는 코드 추가
1 parent db12cab commit 739f3ff

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

backend/src/main/resources/application.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,7 @@ custom:
121121
jwt:
122122
secretKey: ${CUSTOM__JWT__SECRET_KEY}
123123
accessToken:
124-
expirationSeconds: "#{60*20}"
124+
expirationSeconds: "#{60*20}"
125+
springdoc:
126+
api-docs:
127+
path: /v3/api-docs

0 commit comments

Comments
 (0)