사용기술
- Java 11
- Spring Boot 2.7.17
- Spring Data JPA + QueryDSL
- MySQL, Redis
- AWS EC2, Docker, Github Actions, Nginx
common
├── jwt
├── util
domain
├── auth
├── dog
├── excreta
├── feed
├── medicalrecord
├── member
├── notice
├── supplements
├── symptom
├── weight
│ ├── application
│ │ └── service
│ ├── domain
│ │ ├── entity
│ │ └── repository
│ └── presentation
│ ├── controller
│ └── dto
infra
├── config
└── image
└── s3