https://github.com/yonggoose/jpa-shop-example
상품 주문등 간단한 쇼핑몰 구현
https://github.com/yonggoose/jpa-shop-example
java javaspringboot spring-boot spring-mvc
Last synced: 2 months ago
JSON representation
상품 주문등 간단한 쇼핑몰 구현
- Host: GitHub
- URL: https://github.com/yonggoose/jpa-shop-example
- Owner: YongGoose
- Created: 2023-03-09T11:48:31.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-15T15:16:27.000Z (over 3 years ago)
- Last Synced: 2025-06-10T23:59:38.395Z (about 1 year ago)
- Topics: java, javaspringboot, spring-boot, spring-mvc
- Language: Java
- Homepage:
- Size: 742 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### 김영한 선생님의 [인프런 강의](https://www.inflearn.com/course/%EC%8A%A4%ED%94%84%EB%A7%81%EB%B6%80%ED%8A%B8-JPA-%ED%99%9C%EC%9A%A9-1/dashboard)를 듣고 만든 Spring Boot 파일입니다.
# 개발환경
- JDK 11
- Spring Boot 2.7.8
- Spring Data JPA
- IDE
- Intellij
- DATABASE
- h2
---
## 구현한 내용
1. 홈페이지
- Bootstrap의 소스를 인용했습니다.
2. 회원 가입 (Spring Security 사용 X)
3. 회원 목록
4. 상품 등록
5. 상품 목록
6. 주문 등록
7. 주문 목록
---
# 각종 화면들
### 데이터베이스 구조

### 회원 목록

### 상품 주문 화면

### 상품 목록

### 상품 주문

### 상품 주문 목록
