# train **Repository Path**: xccit/train ## Basic Information - **Project Name**: train - **Description**: SpringBoot3.0+Spring Cloud+Vue3.0模仿12306订票系统 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-03 - **Last Updated**: 2024-11-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: 12306, Java, microservice ## README ## 项目架构 前后端分离 * 前端基于Vue3+Ant Design Vue3 * 后端基于Spring Boot 3.0.0+Spring Cloud2022.0.2 * 前端地址:https://gitee.com/xccit/train-front ### 框架选型 * Spring Boot 3.0.0 * Mybatis 3.0.3 * Spring Cloud 2022.0.2 * Vue3 * Ant Design Vue3 ### 开发环境 * IDEA 2024.2 * JDK 17 * MySQL 8.0 * Node.js v18.20.4 * npm 10.7.0 ### 模块划分 * train-gateway 网关模块 > 网关模块打印请求日志需要加VM Options参数: > > `-Dreactor.netty.http.server.accessLogEnabled=true` * train-common 通用模块 * train-gateway 网关模块 * train-member 会员模块 * train-generator 代码生成模块