https://github.com/beomjunlee/jpashop
:computer:회원기능, 상품기능, 주문기능 연습 및 성능 최적화:computer:
https://github.com/beomjunlee/jpashop
jpa springboot thymeleaf-template-engine
Last synced: 26 days ago
JSON representation
:computer:회원기능, 상품기능, 주문기능 연습 및 성능 최적화:computer:
- Host: GitHub
- URL: https://github.com/beomjunlee/jpashop
- Owner: BeomjunLee
- Created: 2021-04-05T13:27:34.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-05T16:54:06.000Z (about 5 years ago)
- Last Synced: 2025-08-13T23:34:01.795Z (10 months ago)
- Topics: jpa, springboot, thymeleaf-template-engine
- Language: JavaScript
- Homepage:
- Size: 524 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## SpringBoot, jpa 활용 앱 어플레케이션 개발 practice (Ref.김영한 강사님)
### 요구 사항 분석
#### 회원 기능
- 회원 등록
- 회원 조회
#### 상품 기능
- 상품 등록
- 상품 수정
- 상품 조회
#### 주문 기능
- 상품 주문
- 주문 내역 조회
- 주문 취소
#### 기타 요구사항
- 상품은 재고 관리가 필요하다.
- 상품의 종류는 도서, 음반, 영화가 있다.
- 상품을 카테고리로 구분할 수 있다.
### 엔티티 설계
