mall-swarm microservice mall system

mall-swarm is a set of microservice mall system, which adopts core technologies such as Spring Cloud 2021 & Alibaba, Spring Boot 2.7, Oauth2, MyBatis, Docker, Elasticsearch, Kubernetes, etc., and provides a Vue-based management background to facilitate and quickly build the system. mall-swarm integrates system functions such as registration center, configuration center, monitoring center, and gateway on the basis of e-commerce business. Well documented and comes with a full set of Spring Cloud tutorials.

System GitHub address: https://github.com/macrozheng/mall-swarm

mall
├── mall-common -- tool class and common code module
├── mall-mbg -- database operation code module generated by MyBatisGenerator
├── mall-auth -- unified authentication center based on Spring Security Oauth2
├── mall-gateway -- microservice API gateway service based on Spring Cloud Gateway
├── mall-monitor -- microservice monitoring center based on Spring Boot Admin
├── mall-admin -- background management system service
├── mall-search -- Product search system service based on Elasticsearch
├── mall-portal -- Mobile mall system service
├── mall-demo -- Microservice remote call test service
└── config -- configuration stored in the configuration center

Project Documentation:
Project Documentation Mall Series Tutorials: https://www.macrozheng.com
Supporting Spring Cloud Series Tutorials: https://github.com/macrozheng/springcloud-learning
Project Demonstration
Background Management System:  https://www.macrozheng .com/admin/index.htmlMobile
mall system: https://www.macrozheng.com/app/mainpage.html

Guess you like

Origin blog.csdn.net/weixin_39362573/article/details/130377704