newbee-ltd/newbee-mall

🔥 🎉newbee-mall是一套电商系统,包括基础版本(Spring Boot+Thymeleaf)、前后端分离版本(Spring Boot+Vue 3+Element-Plus+Vue-Router 4+Pinia+Vant 4) 、秒杀版本、Go语言版本、微服务版本(Spring Cloud...

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 30 minutes ago
Added to GitGenius on September 5th, 2026
Created on September 21st, 2019
Open Issues & Pull Requests: 27 (+0)
GitHub issues: Enabled
Number of forks: 2,781
Total Stargazers: 11,627 (+0)
Total Subscribers: 227 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 32.6 days
Mean response time: 47.6 days
90th percentile: 115.0 days
Tracked items: 9

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 2% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 23
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 200 days
Stale 30+ days: 20
Stale 90+ days: 17

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

newbee-mall is a full-stack e-commerce system built with Spring Boot and related technologies.

The project addresses the need for a complete, production-ready shopping platform by providing both a customer-facing storefront and an administrative backend. The storefront includes product browsing, categorization, search, shopping cart, order management, and user accounts. The backend administration system handles product catalogs, order processing, customer management, and promotional content like carousel banners. The architecture supports multiple implementation approaches: a monolithic Spring Boot application with server-side rendering, a decoupled frontend built with Vue 3 and Element-Plus, a flash-sale variant, a Go language implementation, and a microservices version using Spring Cloud Alibaba with components like Nacos, Sentinel, Seata, and Spring Cloud Gateway.

Developers should consider this project if they need a reference implementation of a real-world e-commerce platform or want to study Spring Boot patterns at scale. It suits learners at various experience levels, from those new to Java seeking a complete working example to intermediate developers studying enterprise architecture. The project explicitly positions itself as beginner-friendly, requiring minimal setup to run locally, while also serving as a comprehensive case study for Spring Boot development. Those building a portfolio or preparing for Java development roles can use it as a concrete project demonstrating full-stack capabilities.

The project maintains multiple branches supporting different Spring Boot versions, allowing developers to study or deploy against their preferred framework iteration. The codebase includes complete feature implementations across the entire e-commerce workflow, from product discovery through order fulfillment. The repository includes a live preview environment where the system can be tested without local installation.