쿠폰 번호 다운로드 API 추가

This commit is contained in:
2024-01-02 06:05:59 +09:00
parent d20f51ceac
commit f45e07c879
4 changed files with 84 additions and 0 deletions

View File

@@ -59,6 +59,8 @@ dependencies {
// firebase admin sdk
implementation("com.google.firebase:firebase-admin:9.2.0")
implementation("org.apache.poi:poi-ooxml:5.2.3")
developmentOnly("org.springframework.boot:spring-boot-devtools")
runtimeOnly("com.h2database:h2")
runtimeOnly("com.mysql:mysql-connector-j")