diff --git a/README.en.md b/README.en.md new file mode 100644 index 00000000..3cbec73b --- /dev/null +++ b/README.en.md @@ -0,0 +1,180 @@ +# Lilishop(Pickmall) - Java Open Source Mall System + +[](https://github.com/hongyehuicheng/lilishop) +[](https://gitee.com/beijing_hongye_huicheng/lilishop) + +
+ 简体中文 | English +
+ +LiliShop is a Java open source ecommerce system built with Spring Boot, Spring Cloud, Vue, and Uniapp. + +It supports: + +- B2B2C multi-vendor marketplace +- Microservice architecture +- WeChat mini program +- Vue ecommerce frontend +- Uniapp mobile app +- Live streaming ecommerce +- Distribution & affiliate system +- Flash sale / coupon / promotion +- Docker deployment +- Private deployment +- Multi-language ecommerce platform + +--- + +## Keywords + +Java Mall System +Open Source Ecommerce Platform +Spring Boot Mall System +Spring Cloud Ecommerce +B2B2C Marketplace +Multi Vendor Ecommerce Platform +Vue Ecommerce System +Uniapp Mall System +Microservice Mall System +Wechat Mini Program Mall +Docker Ecommerce Deployment + +--- + +## Official Website + +- Website: https://pickmall.cn +- Documentation: https://docs.pickmall.cn +- GitHub: https://github.com/lilishop/lilishop +- Gitee: https://gitee.com/beijing_hongye_huicheng/lilishop + +--- + +## Core Features + +### Full Platform Support + +One codebase supports: + +- PC +- H5 +- WeChat Mini Program +- Android APP +- iOS APP + +### Microservice Architecture + +Built with: + +- Spring Boot +- Spring Cloud +- Redis +- RocketMQ +- Elasticsearch +- Docker +- ShardingSphere + +Supports distributed deployment and high concurrency ecommerce scenarios. + +### Ecommerce Features + +- Multi merchant marketplace +- Product management +- Order management +- Promotion system +- Coupon system +- Affiliate distribution +- Live streaming ecommerce +- Member system +- Points system +- Visual decoration +- Multi-language support + +--- + +## Tech Stack + +### Backend + +- Java +- Spring Boot +- Spring Cloud +- MyBatis Plus +- MySQL +- Redis +- RocketMQ +- Elasticsearch +- JWT +- Docker + +### Frontend + +- Vue.js +- Uniapp +- Vuex +- Axios +- iView +- uViewUI + +--- + +## Online Demo + +### Admin Panel + +https://admin-b2b2c.pickmall.cn + +Account: admin +Password: 123456 + +### Store Panel + +https://store-b2b2c.pickmall.cn + +Account: 13011111111 +Password: 111111 + +### PC Mall + +https://pc-b2b2c.pickmall.cn + +--- + +## Quick Start + +Please read the deployment documentation: + +https://docs.pickmall.cn + +Supports: + +- Docker deployment +- Linux deployment +- Kubernetes deployment +- Microservice deployment + +--- + +## FAQ + +### Is PickMall open source? + +Yes. PickMall is an open source Java ecommerce system. + +### Does PickMall support microservices? + +Yes. PickMall is built on Spring Cloud microservice architecture. + +### Does PickMall support Docker? + +Yes. Docker deployment is supported. + +### Does PickMall support WeChat Mini Program? + +Yes. It supports WeChat Mini Program and Uniapp. + +--- + +## License + +PickMall is licensed under AGPL-3.0. \ No newline at end of file diff --git a/README.md b/README.md index c4f6d962..7aa7ffbe 100644 --- a/README.md +++ b/README.md @@ -1,254 +1,153 @@ -## Lilishop B2B2C商城系统 +# Lilishop(PickMall) 开源商城系统 + +[](https://github.com/hongyehuicheng/lilishop) +[](https://gitee.com/beijing_hongye_huicheng/lilishop) ++ 简体中文 | English +
+ +LILISHOP 是基于 Spring Boot / Spring Cloud / Vue / Uniapp 开发的 Java 开源商城系统,支持 B2B2C 多商户商城、小程序商城、微服务商城、直播电商、分销返佣、秒杀活动、Docker 私有化部署。 + +## 核心特性 + +- Java商城系统 +- 开源商城系统 +- SpringBoot商城系统 +- SpringCloud微服务商城 +- B2B2C商城源码 +- 多商户商城系统 +- 小程序商城源码 +- Uniapp商城系统 +- Vue商城系统 +- Docker商城部署 +- 多语言商城 + +适用于: + +- 企业级商城系统 +- 私有化商城部署 +- Java商城系统二次开发 +- 开源商城源码学习 +- 多商户电商平台 +--- + +### 1. 项目简介 + +**Lilishop** 是一款功能完善的B2B2C多商户商城系统,采用前后端分离架构,全端代码开源。 +后端基于 **SpringBoot3** 构建,具备高内聚、低耦合的特性,支持分布式部署。 +前端覆盖PC、H5、小程序和APP,基于 **Vue** 和 **uni-app** 开发。 + +- **官方网站**:
-
-#### 平台管理端
-
-
-
-
-### 技术选型
-
-#### 架构图
-
-
-
-##### 后台技术选型
-
-| 说明 | 框架 | 说明 | |
-| -------------- | --------------- | -------------- | ------------- |
-| 基础框架 | Spring Boot | MVC框架 | Spring MVC |
-| 持久框架 | Mybatis-Plus | 程序构建 | Maven |
-| 关系型数据库 | MySQL | 消息中间件AMQP | RocketMQ |
-| 缓存 | Redis +MongoDB | 搜索引擎 | Elasticsearch |
-| 安全框架 | Spring Security | 数据库连接池 | Druid |
-| 数据库分库分表 | sharding | 定时任务 | xxl-job |
-| 负载均衡 | Nginx | 静态资源 | 阿里云OSS |
-| 短信 | 阿里云短信 | 认证 | JWT |
-| 日志处理 | Log4j | 接口规范 | RESTful |
-
-##### 前端-运营后台、店铺后台
-
-| 说明 | 框架 | 说明 | 框架 |
-| ---------- | ---------- | ---------- | ------- |
-| 构建工具 | webpack | JS版本 | ES6 |
-| 基础JS框架 | Vue.js | 视频播放器 | Dplayer |
-| 路由管理 | Vue Router | 状态管理 | Vuex |
-| 基础UI库 | iView | UI界面基于 | iView |
-| 网络请求 | axios | | |
-
-##### 前端-移动端
-
-| 说明 | 架构 | 说明 | 架构 |
-| --------- | ------- | -------- | ------- |
-| 基础UI库 | uViewui | 基础框架 | uni-app |
-| CSS预处理 | scss | 地图引擎 | amap |
-
-### 版本升级
-
-```
-系统后续会提供多场景解决方案。
-更多架构:微服务、Saas、中台等,都会支持。 支持差价升级商业授权
-```
-
-### 商业授权
-商业版本与开源版本代码一致,没有区分
-
-商业使用需要授权,授权方式可选择联系官网客服,或者qq群联系群主。
-
-商业授权模式为永久授权,支持永久升级。
-
-商业案例由于涉及部分多层二开关系,如需了解可以咨询销售。
-
-
-### 开源须知
-1.仅允许用于个人学习研究使用.
-
-2.禁止将本开源的代码和资源进行任何形式任何名义的出售.
-
-3.软件受国家计算机软件著作权保护(登记号:2021SR0805085)。
-
-4.限制商用,如果需要商业使用请联系我们。QQ3409056806.或者加入qq群联系群主。
-
-### 附录
-有人有自己的学习视频、学习记录文档、希望宣传关联开源项目等均可以私聊仓库所有者。
-
-类似:
-
-清晨敲代码同学的分析: https://blog.csdn.net/vaevaevae233/category_12103567.html