{"id":27423434,"url":"https://github.com/sosow0212/shoppingmall_springboot","last_synced_at":"2026-05-07T11:31:53.251Z","repository":{"id":115454971,"uuid":"448450208","full_name":"sosow0212/ShoppingMall_springboot","owner":"sosow0212","description":"ShoppingMall with Thymeleaf","archived":false,"fork":false,"pushed_at":"2022-04-04T03:48:51.000Z","size":402,"stargazers_count":1,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-14T10:53:02.302Z","etag":null,"topics":["jpa","spring","spring-data","springboot","thymeleaf"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sosow0212.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-01-16T03:44:15.000Z","updated_at":"2024-10-04T07:29:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"d1191088-4b82-42ef-b24b-c45be7dfe0b0","html_url":"https://github.com/sosow0212/ShoppingMall_springboot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sosow0212/ShoppingMall_springboot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sosow0212%2FShoppingMall_springboot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sosow0212%2FShoppingMall_springboot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sosow0212%2FShoppingMall_springboot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sosow0212%2FShoppingMall_springboot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sosow0212","download_url":"https://codeload.github.com/sosow0212/ShoppingMall_springboot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sosow0212%2FShoppingMall_springboot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32735094,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["jpa","spring","spring-data","springboot","thymeleaf"],"created_at":"2025-04-14T10:45:41.371Z","updated_at":"2026-05-07T11:31:53.246Z","avatar_url":"https://github.com/sosow0212.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003e스프링부트 쇼핑몰\u003c/h1\u003e\n\n\u003chr\u003e\n\n\u003ch3\u003e프로젝트 설명\u003c/h3\u003e\n\n- 스프링부트를 이용하여 만든 쇼핑몰입니다.\n- 판매자와 구매자로 나뉘어 기능이 분리됩니다.\n- 로그인 세션을 이용한 ROLE별로 구매자와 판매자 페이지가 렌더링이 되고, 구매자는 장바구니에 물품을 담고 구매하고, 구매자 정보와 판매자 정보가 History Entity에 담기게 되고, 그걸 바탕으로 구매통계와 판매통계를 구현했습니다.\n- 결제 기능 또한 구현 했습니다.\n\n\u003chr\u003e\n\n\u003ch3\u003e제작 후기\u003c/h3\u003e\n\n- @Transactional 어노테이션에 대해 공부하게 되었습니다.\n- JPA 연관관계에 대해 더욱 잘 알게되는 계기가 되었습니다.\n- 세션과 ROLE을 이용하여 역할별 기능을 구분하는 페이지를 만드는 방법에 대해 알게 되었습니다.\n\n\n\u003chr\u003e\n\n\n\u003ch3\u003eDependencies\u003c/h3\u003e\n\n- Spring Web\n- Thymeleaf\n- Lombok\n- Spring Data Jpa\n- MariaDB Driver\n- Spring Security\n- Oauth2-client\n\n\n\u003ch3\u003eDB 설계\u003c/h3\u003e\n\n- User\n- Item\n- Cart\n- Cart_item\n- Board\n- History\n\n\n\u003chr\u003e\n\n\u003ch3\u003eUpdate\u003c/h3\u003e\n\n- CRUD 설계 (2022-01-16)\n- 회원가입 및 로그인 구현 (2022-01-16)\n- 판매자 및 구매자를 나눠 페이지 렌더링을 다르게 함 (2022-01-16)\n- Entity 연관관계를 이용하여 장바구니 설계 (2022-01-18)\n- 장바구니 구매 기능 구현 (2022-01-20)\n- 장바구니 구매 오류 해결 (2022-01-22)\n- 구매내역 구현 (2022-01-23)\n- 판매 통계 및 판매 순위 구현 (2022-01-24)\n- 판매 상세 페이지 구현 (2022-01-28)\n- 금액 충전 구현 및 최종 완성 (2022-02-02)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsosow0212%2Fshoppingmall_springboot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsosow0212%2Fshoppingmall_springboot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsosow0212%2Fshoppingmall_springboot/lists"}