[Swagger 초기 적용]

This commit is contained in:
2025-08-13 13:53:15 +09:00
parent 74f8b65327
commit e0e868a282
4 changed files with 67 additions and 1 deletions

View File

@@ -61,6 +61,9 @@ dependencies {
// p6spy
implementation 'com.github.gavlyukovskiy:p6spy-spring-boot-starter:1.9.0'
// SpringDoc OpenAPI (Swagger)
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.9'
}
tasks.named('test') {