본문 바로가기
웹 개발/맨땅에 헤딩 프로젝트

도메인 개발

by L3m0n S0ju 2022. 2. 15.

회원 도메인 개발

 

 

회원 레포지토리 개발

 

https://github.com/Lemon-soju/Java_Sping_Shop_Project_01/commit/8a3d83f56d6cfd2881f89526ba4b0eadd4d616ca

 

User Repository Development · Lemon-soju/Java_Sping_Shop_Project_01@8a3d83f

Permalink This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. Browse files User Repository Development Loading branch information Showing 2 changed files with 16 additions and 2 deletions. +13

github.com

회원을 조회하거나 등록하는 함수 작성

 

 

 

 

 

 

 

회원 서비스 개발

 

https://github.com/Lemon-soju/Java_Sping_Shop_Project_01/commit/0b97d8eb5ba8a8f76e5ad4b34a425b5f3f8a5ca7

 

User Service Development · Lemon-soju/Java_Sping_Shop_Project_01@0b97d8e

Permalink This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. Browse files User Service Development Loading branch information Showing 3 changed files with 53 additions and 5 deletions. +4 −4

github.com

회원가입, 전체 회원 조회 서비스 함수 작성

 

 

 

 

 

 

 

회원 기능 테스트

 

https://github.com/Lemon-soju/Java_Sping_Shop_Project_01/commit/c856e84014aeb505e5e83c4f67dd0a35a9745966

 

User Function Test · Lemon-soju/Java_Sping_Shop_Project_01@c856e84

Permalink This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. Browse files User Function Test Loading branch information Showing 3 changed files with 70 additions and 1 deletion. +0 −1 src/mai

github.com

회원가입, 중복회원예외 테스트 함수 작성

 

 

 

 

 

 

 

 

 

 

 


상품 도메인 개발

 

 

 

상품 엔티티, 리포지토리, 서비스 개발

 

https://github.com/Lemon-soju/Java_Sping_Shop_Project_01/commit/9cf4c5140aec1d776011849d8ab2c3168b245863

 

Merge pull request #1 from Lemon-soju/slave-01 · Lemon-soju/Java_Sping_Shop_Project_01@9cf4c51

Item Entity, Repository, Service Development

github.com

 

git이 마음에 안들어서 예쁘게 만드려다가 레포지토리가 다 엉켜서 처음부터 다시 만들었다. git reset --hard HEAD^를 사용하면 그때 커밋으로 포인트만 이동하는 것이 아니라 그때 상태의 코드로 변경되므로 작성했던 코드가 다 사라지니깐 잘 사용해야할 것 같다.

 
 
 
 
 
 
 
 
 
 
 
 

주문 도메인 개발

 

 

 

주문, 주문상품 엔티티 개발

 

https://github.com/Lemon-soju/Java_Sping_Shop_Project_01/commit/d4f51cf8e9650c334d2883dbf77331820abda8b7

 

Merge pull request #2 from Lemon-soju/slave-01 · Lemon-soju/Java_Sping_Shop_Project_01@d4f51cf

Order, OrderItem Entity Development

github.com

 

 

 

 

 

 

 

 

 

 

주문 서비스 개발

 

https://github.com/Lemon-soju/Java_Sping_Shop_Project_01/commit/3fd3bb8c1776b2c57175d1c1a91c00deba113ea2

 

Merge pull request #3 from Lemon-soju/slave-01 · Lemon-soju/Java_Sping_Shop_Project_01@3fd3bb8

Order Service Development

github.com

 

 

 

 

 

 

 

 

주문 기능 테스트

 

https://github.com/Lemon-soju/Java_Sping_Shop_Project_01/commit/b77b871b0383afe1e0c6468b9942e47cb702e986

 

Merge pull request #4 from Lemon-soju/slave-01 · Lemon-soju/Java_Sping_Shop_Project_01@b77b871

Order Function Test

github.com

 

 

 

 

 

 

 

 

 

주문 검색 기능 개발

 

https://github.com/Lemon-soju/Java_Sping_Shop_Project_01/commit/c577f65574fc96fb8cd47095e3e2ba2b3551b7cb

 

Merge pull request #5 from Lemon-soju/slave-01 · Lemon-soju/Java_Sping_Shop_Project_01@c577f65

Order Search Function Development

github.com

 

 

 

 

 


이전에 했던 코드들을 이용해서 기반을 다져놨다. 여기에 추가로 장바구니 기능과 원하는 기능들을 하나씩 추가할 예정이다.

'웹 개발 > 맨땅에 헤딩 프로젝트' 카테고리의 다른 글

테스트 데이터 추가, 로그인 기능 개발  (0) 2022.02.27
상품, 주문 개발  (0) 2022.02.18
맨땅에 헤딩 프로젝트 - 중간 점검  (0) 2022.02.17
도메인 분석 설계  (0) 2022.02.14
DB 설계  (0) 2022.02.14

댓글