└── src
     ├── main
     │    ├── java
     │    │    └── com
     │    │         └── {service_name}
     │    │              └── demo
     │    │                   ├── Application.java
     │    │                   ├── domain
     │    │                   │    ├── user
     │    │                   │    │    ├── controller
     │    │                   │    │    ├── dto
     │    │                   │    │    ├── exception
     │    │                   │    │    ├── repository
     │    │                   │    │    ├── service
     │    │                   │    │    └── entity
     │    │                   │    └── group
     │    │                   │         ├── controller
     │    │                   │         ├── dto
     │    │                   │         ├── exception
     │    │                   │         ├── repository
     │    │                   │         ├── service
     │    │                   │         └── entity
     │    │                   ├── global
     │    │                   │    ├── config
     │    │                   │    │    ├── swagger
     │    │                   │    │    │    └── SwaggerConfig.java
     │    │                   │    │    └── web
     │    │                   │    │         └── WebConfig.java
     │    │                   │    │  
     │    │                   │    ├── util
     │    │                   │    └── error
     │    │                   └── infra
	   │    │                        └── email
	   │    └── resources
     │         └── application.properties