@SunwoongH | @RyuKwanKon |
---|---|
📂 src
┣ 📂 java.org.baggle
┃ ┣ 📂 domain
┃ ┃ ┣ 📂 sample
┃ ┃ ┣ 📂 controller
┃ ┃ ┣ 📂 dto
┃ ┃ ┃ ┣ 📂 request
┃ ┃ ┃ ┣ 📂 response
┃ ┃ ┣ 📂 service
┃ ┃ ┣ 📂 domain
┃ ┃ ┣ 📂 repository
┃ ┣ 📂 global
┃ ┃ ┣ 📂 common
┃ ┃ ┃ ┣ BaseResponse.class
┃ ┃ ┃ ┣ SuccessCode.class
┃ ┃ ┃ ┣ BaseEntity.class
┃ ┃ ┣ 📂 config
┃ ┃ ┃ ┣ 📂 auth
┃ ┃ ┃ ┣ 📂 jwt
┃ ┃ ┣ 📂 error
┃ ┃ ┣ 📂 dto
┃ ┃ ┃ ┣ ErrorBaseResponse.class
┃ ┃ ┣ 📂 exception
┃ ┃ ┃ ┣ BusinessException.class
┃ ┃ ┃ ┣ ErrorCode.class
┃ ┃ ┣ 📂 handler
┃ ┃ ┣ GlobalExceptionHandler.class
┃ ┣ 📂 infra
┃ ┣ 📂 fcm
┃ ┣ 📂 redis
┃ ┣ 📂 s3
┣ 📂 resources
┃ ┣ 📂 static
┃ ┣ 📂 templates
┃ ┣ application.yml
┣ BaggleApplication.class