| 서가영 @caminobelllo |
서동혁 @weeast1521 |
이윤서 @yoonseo8167 |
강수진 @nnmrm |
신윤진 @nomad1jin |
- Java 17
- Spring Boot 3.5.3
- Spring Data JPA
- MySQL 8.0.36
- Docker, DockerHub
- GitHub Actions
- AWS EC2, AWS RDS, AWS S3
- AWS CloudWatch, AWS SNS, Grafana Cloud
developmainfeature/기능명orfeature/#관련이슈번호
- Feature : 기능 개발 시
- Refactor : 코드 개선 시
- Bug : 오류 수정 시
📂 backend
├── 📂 domain
│ ├── 📂 member
│ │ ├── 📂 controller
│ │ ├── 📂 converter
│ │ ├── 📂 dto
│ │ ├── 📂 entity
│ │ ├── 📂 repository
│ │ ├── 📂 service
│ ├── 📂 news
│ ├── 📂 topic
│ ├── 📂 newsCategory
│ └── 📂 ..
│
├── 📂 global
│ ├── 📂 apiPayload
│ │ ├── 📂 code
│ │ | ├── 📂 error
│ │ | ├── 📂 success
│ │ ├── 📂 exception
│ │ | ├── 📂 handler
│ │ | ├── CustomException
│ ├── 📂 config
│ │ | ├── 📂 properties
│ │ | ├── 📂 security
│ │ | ├── 📂 ..
│ ├── 📂 entity
│ └── | ├── BaseEntity
