Skip to content

Commit 207198b

Browse files
authored
Merge pull request #71 from next-engineer/feature/swagger-api-docs-endpoint
🐛 fix: springdoc OpenAPI 엔드포인트 404 오류 해결
2 parents 83afbb5 + 726b9ec commit 207198b

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

src/main/resources/application.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,15 @@ logging:
5252
org.springframework.security: INFO
5353

5454
server:
55-
port: 8080
55+
port: 8080
56+
57+
# SpringDoc OpenAPI 설정
58+
springdoc:
59+
api-docs:
60+
path: /v3/api-docs
61+
swagger-ui:
62+
path: /swagger-ui.html
63+
tags-sorter: alpha
64+
operations-sorter: alpha
65+
packages-to-scan: com.nextcloudlab.kickytime
66+

0 commit comments

Comments
 (0)