본인인증 추가

This commit is contained in:
2023-07-28 17:35:31 +09:00
parent ab116bb45b
commit 5b3b3a767f
7 changed files with 134 additions and 4 deletions

View File

@@ -48,6 +48,9 @@ dependencies {
implementation("com.amazonaws:aws-java-sdk-s3:1.12.380")
implementation("com.amazonaws:aws-java-sdk-cloudfront:1.12.380")
// bootpay
implementation("io.github.bootpay:backend:2.2.1")
developmentOnly("org.springframework.boot:spring-boot-devtools")
runtimeOnly("com.h2database:h2")
runtimeOnly("com.mysql:mysql-connector-j")