Coder Social home page Coder Social logo

train's Introduction

仿12306售票系统

技术栈:Spring Cloud Alibaba,Spring Boot3,JDK17,MySQL,Redis,Nacos,Sentinel,Seata,RocketMQ,Jmeter

微服务项目,前后端分离,前端包括admin和web,后端包括gateway,member,business,batch模块。

整体系统架构如下:

image

核心功能:

  • 会员
    • 登录注册,手机号+验证码
    • 乘客管理,为自己或他人购票
    • 余票查询:查询某日起点到终点所有车次和余票
    • 车票购买:选择一趟车,选择一个乘客,选择一个座位
    • 我的车票:购买成功后查看车票
  • 管理
    • 基础车次维护,车站、车次、车厢、座位、到站
    • 每日车次维护:生成每日车次数据
    • 会员管理:查看所有会员
    • 车票管理:查看所有已售出票

数据库表:

  • 会员
    • 会员表,手机号
    • 乘客表,会员id,姓名,身份证号,旅客类型
    • 车票表,会员id,乘客id,乘客姓名,日期,车次,座位
  • 业务
    • 车站表,站名,站名拼音
    • 车次表,车次编号,车次类型,始发站,终点站,出发时间,到达时间
    • 到站表
    • 车厢表
    • 座位表
    • 每日车次表
    • 每日到站表
    • 每日车厢表
    • 每日座位表
    • 每日余票表
  • 其他
    • quartz
    • seata

train's People

Contributors

nowsoar avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.