MeetUP C팀의 Code Convention 보러가기 ✔️
MeetUP C팀의 Git Convention 보러가기 ✔️
📂 src
┣ 📂 java.com.kusitms.mainservice
┃ ┣ 📂 domain
┃ ┃ ┣ 📂 sample
┃ ┃ ┃ ┣ 📂 controller
┃ ┃ ┃ ┣ 📂 dto
┃ ┃ ┃ ┃ ┣ 📂 request
┃ ┃ ┃ ┃ ┣ 📂 response
┃ ┃ ┃ ┣ 📂 service
┃ ┃ ┃ ┣ 📂 domain
┃ ┃ ┃ ┣ 📂 repository
┃ ┃ ┃ ┣ 📂 mongoRepository
┃ ┣ 📂 global
┃ ┃ ┣ 📂 common
┃ ┃ ┣ 📂 config
┃ ┃ ┃ ┣ 📂 auth
┃ ┃ ┣ 📂 error
┃ ┃ ┃ ┣ 📂 dto
┃ ┃ ┃ ┣ 📂 exception
┃ ┃ ┃ ┣ 📂 handler
┣ 📂 resources
┃ ┣ application.yml
┣ MainServiceApplication.class
📂 src
┣ 📂 java.com.kusitms.socketservice
┃ ┣ 📂 domain
┃ ┃ ┣ 📂 sample
┃ ┃ ┃ ┣ 📂 controller
┃ ┃ ┃ ┣ 📂 dto
┃ ┃ ┃ ┃ ┣ 📂 request
┃ ┃ ┃ ┃ ┣ 📂 response
┃ ┃ ┃ ┣ 📂 service
┃ ┃ ┃ ┣ 📂 domain
┃ ┃ ┃ ┣ 📂 repository
┃ ┣ 📂 global
┃ ┃ ┣ 📂 common
┃ ┃ ┃ ┣ AuthenticationInterceptor.class
┃ ┃ ┃ ┣ MessageSuccessCode.class
┃ ┃ ┃ ┣ MessageSuccessResponse.class
┃ ┃ ┣ 📂 config
┃ ┃ ┃ ┣ 📂 auth
┃ ┃ ┣ 📂 error
┃ ┃ ┃ ┣ 📂 dto
┃ ┃ ┃ ┣ 📂 httpException
┃ ┃ ┃ ┣ 📂 socketException
┃ ┃ ┃ ┣ 📂 handler
┣ 📂 resources
┃ ┣ application.yml
┣ SocketServiceApplication.class