Skip to content

Commit a8471fb

Browse files
committed
add: 예약 서버 Swagger 추가
1 parent d7e908d commit a8471fb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

MEME-RESERVATION/build.gradle

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ dependencies {
1616
implementation 'io.micrometer:micrometer-registry-prometheus'
1717
// Reddison
1818
implementation 'org.redisson:redisson-spring-boot-starter:3.18.0'
19+
20+
// Swagger
21+
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.0.2'
1922
}
2023

2124
test {

0 commit comments

Comments
 (0)