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