Skip to content

super-waffle/server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

κ³΅λΆ€ν•˜λŠ”μŠ΅κ΄€

김민채 μ •μ§€μ˜ 쑰용문

폴더 ꡬ쑰

─── main
    β”œβ”€β”€ java
    β”‚   └── com.gongsp
    β”‚       β”‚   ServerApplication.java  // 메인 μ‹€ν–‰ 파일
    β”‚       β”œβ”€β”€ api                     // Backend API κ΅¬ν˜„ Class μ§‘ν•©
    β”‚       β”‚   β”œβ”€β”€ controller          // REST API μš”μ²­ 컨트둀러
    β”‚       β”‚   β”œβ”€β”€ request             // REST API μš”μ²­ DTO
    β”‚       β”‚   β”œβ”€β”€ response            // REST API 응닡 DTO
    β”‚       β”‚   └── service             // λΉ„μ¦ˆλ‹ˆμŠ€ 둜직처리 μ„œλΉ„μŠ€
    β”‚       β”œβ”€β”€ common                  // 곡용 Class μ§‘ν•©
    β”‚       β”‚   β”œβ”€β”€ auth
    β”‚       β”‚   β”‚       JwtAuthenticationFilter.java  // 인증을 μœ„ν•œ JWT ν•„ν„°
    β”‚       β”‚   β”‚       GongUserDetails.java          // 인증을 μœ„ν•œ UserDetails κ΅¬ν˜„μ²΄
    β”‚       β”‚   β”‚       GongUserDetailService.java    // 인증을 μœ„ν•œ UserDateilsService κ΅¬ν˜„μ²΄
    β”‚       β”‚   β”œβ”€β”€ model.response      
    β”‚       β”‚   β”‚       BaseResponseBody.java         // 곡용 Response Body Class
    β”‚       β”‚   └── util
    β”‚       β”‚   β”‚       JwtTokenUtil.java             // JWT 토큰 λ°œκΈ‰ 및 검증 μœ ν‹Έ
    β”‚       β”‚   β”‚       ResponseBodyWriteUtil.java    // Response Body 생성 μœ ν‹Έ
    β”‚       β”œβ”€β”€  config
    β”‚       β”‚       SecurityConfig.java               // Spring Security μ„€μ •
    β”‚       └── db
    β”‚           β”œβ”€β”€ entity
    β”‚           └── repository
    └── resources
            application.properties       // Spring Application μ„€μ • 파일

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages