mall-swarm
Microservices edition of the mall e-commerce system
mall-swarm is the microservices edition of the mall e-commerce system, designed to illustrate how an enterprise-scale e-commerce backend can be built using Spring Cloud Alibaba, Spring Boot 3.x, Sa-Token (authentication), MyBatis, Elasticsearch, Docker and Kubernetes. It includes modules for gateway, auth, search, portal, admin, monitoring, config, registry, and more, and integrates a Vue-based management frontend. The repository is structured to show how cross-service concerns like service registry, configuration center, monitoring, distributed transactions, API gateway and messaging are done in microservice architecture. It is used as a teaching platform to help engineers migrate from monolith to microservices, grasp the patterns, pitfalls and infrastructure considerations (e.g., Nacos, Seata). ...