# b2b-parent **Repository Path**: dengpeng520/b2b-parent ## Basic Information - **Project Name**: b2b-parent - **Description**: 商城学习 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-09 - **Last Updated**: 2021-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 前后分离商城系统搭建 准备写一个完善的B2B前后分离商城项目.第一个版本先完善单租户系统.单租户系统完善以后逐步演变成多租户系统. ## 运行环境 - CentOS 7.0+ - Nginx 1.10+ - MySQL 8.0+ - JDK 1.8 ## 技术选型 | 技术 | 说明 | 官网 | | -------------------- | -------------- | ----------------------------------------------- | | Spring Cloud | 微服务框架 | https://spring.io/projects/spring-cloud | | Spring Cloud Alibaba | 微服务框架 | https://github.com/alibaba/spring-cloud-alibaba | | Spring Boot | 容器+MVC框架 | https://spring.io/projects/spring-boot | | MyBatis-Plus | 数据层代码生成 | http://www.mybatis.org/generator/index.html | | Swagger[knife4j] | 文档生成工具 | https://swagger.io/ | | Elasticsearch | 搜索引擎 | https://github.com/elastic/elasticsearch | | RabbitMq | 消息队列 | https://www.rabbitmq.com/ | | Redis | 分布式缓存 | https://redis.io/ | | JWT | JWT登录支持 | https://github.com/jwtk/jjwt | ## 版本说明 目前只列出了先用到的 | 技术 | 版本 | | --------------------------- | -------- | | Spring Cloud | 2020.0.1 | | Spring Cloud Alibaba | 2021.1 | | nacos【注册中心、配置中心】 | 1.4.1 | | Spring Boot | 2.4.2 | | MyBatis-Plus | 3.4.3 | [SpringCloud alibaba和Spring Cloud版本问题](https://github.com/alibaba/spring-cloud-alibaba/wiki/版本说明)