qihang-ecom-erp-open/README.md

47 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 启航电商OMS订单处理系统
## 介绍
启航电商OMS订单处理系统是一套为中小电商企业构建的一套简单实用的第三方平台订单处理系统本项目后端采用SpringCloudAlibaba 微服务架构前端采用Vue2开发。
本系统支持多平台订单、售后、发货等接口对接,包括:淘宝、拼多多、抖店、快手小店、小红书等。
## 软件架构
### 1、后端
+ jdk17
+ SpringBoot3.0.2
+ spring-boot-starter-security
+ SpringCloudAlibaba2022.0.0.0
+ Nacos
+ SpringCloud Gateway
### 2、前端
+ vue2 + elementUI
### 3、存储
+ MySQL8
### 4、中间件
+ Redis7.x缓存在线用户、字典、系统配置
+ Nacos2.2.0(配置中心、注册中心)
## 运行教程
### 1、运行后端
1. 启动Nacos
2. 启动MySQL
3. 启动Redis
### 2、运行前端
+ 进入`oms-vue`文件夹
+ 运行`npm install`
+ 运行`npm run dev`
## 使用说明
1. xxxx
2. xxxx
3. xxxx