[디지털 하나로 금융 서비스 개발 2기]-1차 프로젝트 우수팀 🏆
src
├── main
│ ├── java
│ │ └── com
│ │ └── hana
│ │ └── bankai
│ │ ├── BankaiApplication.class
│ │ ├── domain
│ │ │ ├── account
│ │ │ │ ├── controller
│ │ │ │ ├── dto
│ │ │ │ ├── entity
│ │ │ │ ├── repository
│ │ │ │ └── service
│ │ │ ├── ...
│ │ └── global
│ │ ├── aop
│ │ ├── common
│ │ │ ├── enumtype
│ │ │ └── response
│ │ ├── config
│ │ ├── error
│ │ │ └── exception
│ │ ├── scheduler
│ │ └── security
│ │ └── jwt
│ └── resources
└── test