A collection of popular Java open source mall projects on Github, this one is really good!

Today, another project on the GitHub hot list successfully attracted my attention- mall-swarm

mall-swarm is a micro-service mall system that uses core technologies such as Spring Cloud Hoxton & Alibaba, Spring Boot 2.3, Oauth2, MyBatis, Docker, and Elasticsearch. It also provides a Vue-based management backend to facilitate rapid system building. Mall-swarm integrates system functions such as registration center, configuration center, monitoring center, and gateway on the basis of e-commerce business. The documentation is complete, with a full set of Spring Cloud tutorials.

Let’s not talk about other things, let’s take a look at the operation effect. The first is the registration center registration service information:

Monitoring center application information:

API documentation information:


Log collection system information:

By learning the construction of this mall, I believe you can gain a lot. For example, in the back-end technology, not only Spring Cloud is used, but also MyBatis, Redis, Docker and other technologies are used:

Open the project list of the creator macrozheng. It turns out that the mall project was built by him. If you often follow the monthly GitHub hot project rankings released by Ape Mei, you must be familiar with Mall.


Mall is an e-commerce system, including a front-end mall system and a back-end management system. It is implemented based on SpringBoot+MyBatis and is deployed using Docker containerization. The project has frequently appeared on the GitHub monthly list and has been starred at 40.3K on GitHub .

Java open source mall project collection on Github Get the tutorial address: follow me plus VX: MXW5308, you can get the above tutorial collection for free

In addition to the above two projects, macrozheng also created the front-end project of the e-commerce back-end management system-mall-admin-web, mall learning tutorials, mall-learning with a comprehensive analysis of architecture, business, and technical points, and a microservice mall system mall-swarm:

If you are interested in these projects, hurry up and learn

Guess you like

Origin blog.csdn.net/weixin_45132238/article/details/108563611