Projects/[clone] 네이버 웹툰
03. server 틀 제작
생각없이 해도 생각보다 좋다.
2023. 6. 20. 00:12
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