# Mall **Repository Path**: an-katg/Mall ## Basic Information - **Project Name**: Mall - **Description**: 电商商城后端,使用postman测试 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-10 - **Last Updated**: 2022-09-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Mall #### 介绍 商城项目 #### 软件架构 各个微服务的端口: `mall-registry:8083` :eureka注册中心 `mall-config:8084` :配置中心 `item-service:8085` :品牌微服务 `upload-service:8086` :文件上传 `canal-service:8087` :canal 同步数据库和 redis `search-service:8088` :es搜索 `page-service:8089` :商品详情页静态化处理 `gateway-service:8090` :gateway网关微服务 `security-service:8091` :用户信息微服务 `auth-center:8092` :授权中心 `mall-order:8093` :订单微服务 `mall-pay:8094` :支付微服务 `mall-seckill:8095` :秒杀微服务 待续----