HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
[KDT] SpringBoot Part4/강의자료/
SpringBoot Part4 6. REST-API

SpringBoot Part4 6. REST-API

학습목표

REST API 웹 어플리케이션 개발
  • 엔티티 (주문 관리 vs 게시판)
  • API 개발 (JUnit, Lombok, OSIV)
  • API 문서화 (레스트 닥스, 스웨거)

주문관리 API 개발

notion image
 
주문 생성 (POST)
주문 조회 (GET)
  • 리스트 (PAGING)
  • 단건 (ONE)
 
GitHub - wckhg89/kdt-jpa
Contribute to wckhg89/kdt-jpa development by creating an account on GitHub.
GitHub - wckhg89/kdt-jpa
https://github.com/wckhg89/kdt-jpa
GitHub - wckhg89/kdt-jpa