Skip to content

πŸ“ Directory Structure

Soobeom edited this page Aug 4, 2023 · 3 revisions
πŸ“‚ src
 └── πŸ“‚ main         
      β”œβ”€β”€ πŸ“‚ java          			
      |     └── πŸ“‚ com           		
      |          └── πŸ“‚ tellme        	
      |               └── πŸ“‚ tellme
      |                    β”œβ”€β”€ πŸ“‚ commons  	
      |                    |    β”œβ”€β”€ πŸ“‚ auth
      |                    |    β”œβ”€β”€ πŸ“‚ config
      |                    |    β”œβ”€β”€ πŸ“‚ constant
      |                    |    β”œβ”€β”€ πŸ“‚ enums
      |                    |    β”œβ”€β”€ πŸ“‚ exception 
      |                    |    β”œβ”€β”€ πŸ“‚ response
      |                    β”œβ”€β”€ πŸ“‚ domain # 도메인 λ³„λ‘œ νŒ¨ν‚€μ§€ 뢄리
      |                    |    β”œβ”€β”€ πŸ“‚ auth
      |                    |    β”œβ”€β”€ πŸ“‚ survey
      |                    |    └── πŸ“‚ user
      |                    |         β”œβ”€β”€ πŸ“‚ application # Service
      |                    |         β”œβ”€β”€ πŸ“‚ entitiy # Entity
      |                    |         β”œβ”€β”€ πŸ“‚ persistence # Repository
      |                    |         └── πŸ“‚ presentation # Controller, DTO
      β”œ                    └── πŸ“„ WordiApplication.java
      └── πŸ“‚ resources
           └── πŸ“„ applicaiton.yml