application.property
- .yml로 변경
기능 기반 패키지 구조
package 구조
- advertisement
- user
- web_details
- web_info
각 package 별 내부 구조
- controller
- dto
- entity
- mapper
- repository
- service
각 계층 파일 기본 틀
Controller
Class Annotation
- @RestController
- @RequestMapping("{url}")
- @Validate
- @Slf4j
- @RequiredArgsConstructor
Handler Methods Annotation
- @
~Mapping - @Valid
- @RequestBody
- @RequestParam
- @PathVariable
'Projects > [clone] 네이버 웹툰' 카테고리의 다른 글
06. 느낀점 (0) | 2023.06.21 |
---|---|
06. api 정리 (0) | 2023.06.21 |
06. git fetch 와 git pull 의 차이 (0) | 2023.06.21 |
05. Entity Relationship (0) | 2023.06.20 |
02. ERD 작성 (0) | 2023.06.16 |