| Leader | Member | Member |
|---|---|---|
| 문보ν | λ¬Έμ©κ· | μ΅νλ |
bash /scripts/bash/init-db.shπ Notion Link
βββ build.gradle.kts
βββ gradlew
βββ scripts
β βββ bash/init-db.sh
β βββ sql/init-db.sql
βββ src
βββ main
βββ kotlin
β βββ com.wafflestudio.waffleoverflow
β βββ domain
β β βββ USER - controller, repository, service, model, S3Utils
β β βββ ANSWER - controller, repository, service, model
β β βββ QUESTION - controller, repository, service, model
β β βββ COMMENT - repository, service, model
β β βββ VOTE - repository, service, model
β β βββ TAG - repository, service, model
β βββ global
β βββ auth - JWT, SigninAuthenticationFilter
β β βββ OAuth2 - Handler, Service
β βββ common.exception - ErrorType(ENUM), ErrorResponse
β βββ config
β βββ SecurityConfig
β
βββ resources
βββ application.yml

