Skip to content

Logistics management system for Ordering, Warehousing, and Delivery

Notifications You must be signed in to change notification settings

Hydrapse/i-LogisticsSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

i-LogisticsSystem

2020年东软暑期实训项目 - - 物流配送管理系统

特别说明

本项目部分配置文件涉及密码没有放在公共仓库中,可在application.yml中自行添加:

spring:

  # 消息队列
  rabbitmq:
  
  # 数据库
  datasource:

# 阿里云对象存储
aliyun-oss:

# 百度地图sdk
map:

概要介绍

本项目使用JavaWeb技术栈, 采用vue+springboot进行前后端分离

界面交互性强, 后端功能强大, 同时提供丰富的API接口, 方便购物平台对接

功能模块

项目结构图

核心业务流程

技术架构

消息队列 topic设计

  1. 订单,topic: order,ack:需要,后端消费
  2. 待审核订单,topic:unreviewed order,ack:需要
  3. 退货审核,topic:unreviewed returned item,ack:需要
  4. 换货审核,topic:unreviewed exchange item,ack:需要
  5. 出库审核,topic: unreviewed item out,ack:需要
  6. 入库审核,topic: unreviewed item in,ack:需要
  7. 入库请求,topic: item in,ack:需要,后端消费
  8. 缺货,topic: lack item,ack:需要,后端消费

About

Logistics management system for Ordering, Warehousing, and Delivery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published