issue # 회원 가입 로직 구현 중

This commit is contained in:
민건희
2025-11-03 22:19:00 +09:00
parent 68b7d5a23f
commit cfb0e622ea
9 changed files with 41 additions and 20 deletions

View File

@@ -30,6 +30,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-security'
implementation 'org.springframework.boot:spring-boot-starter-mail'
implementation 'com.google.auth:google-auth-library-oauth2-http:1.40.0'
compileOnly 'org.projectlombok:lombok'
developmentOnly 'org.springframework.boot:spring-boot-devtools'
runtimeOnly 'org.postgresql:postgresql'