# frame-platform **Repository Path**: liugchs/frame-platform ## Basic Information - **Project Name**: frame-platform - **Description**: SpringCloud、ES、Netty、XXL-Job - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 2 - **Created**: 2021-11-09 - **Last Updated**: 2025-07-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: 分布式, 微服务 ## README # frame-platform 分布式微服务、中间件框架学习 seata分布式事务,pms 管理系统中集成了,可参考 ## 项目结构 ~~~ frame-platform ├─frame-one │ ├─frame-alibaba SpringCloud alibaba 集成测试 │ │ ├─frame-alibaba-common │ │ ├─frame-alibaba-interfaces │ │ │ └─frame-alibaba-interfaces-user │ │ └─frame-alibaba-services │ │ ├─frame-alibaba-services-gateway │ │ ├─frame-alibaba-services-order │ │ └─frame-alibaba-services-user │ │ │ ├─frame-api-demo 简单测试 │ ├─frame-api-es springboot集成es测试 │ ├─frame-common 公共模块 │ ├─frame-config 配置模块 │ │ ├─frame-es-config │ │ ├─frame-log-config │ │ ├─frame-oss-config │ │ ├─frame-rabbit-config │ │ ├─frame-redis-config │ │ └─frame-warn-config │ ├─frame-job xxl-job集成简单测试 │ │ ├─frame-job-xxl-admin │ │ └─frame-job-xxl-handler01 │ ├─frame-mq mq中间件测试 │ │ ├─frame-kafka │ │ ├─frame-rabbit │ │ └─frame-rocket │ ├─frame-websocket websocket网络通讯测试 │ │ ├─frame-websocket-netty-gateway 网关路由netty服务 │ │ ├─frame-websocket-netty-http http请求netty 网关路由netty服务测试服务 │ │ ├─frame-websocket-netty-service index.html netty 之间通信,群发 40005 ws:7000 │ │ └─frame-websocket-protobuf-service netty protobuf协议传输数据 │ └─frame-workflow │ └─frame-workflow-demo └─ticketing-system 新版票务系统基本架构 ├─doc ├─ticketing-base │ ├─base-client │ ├─base-mapping │ └─base-serve ├─ticketing-common │ ├─common-core │ ├─common-excel │ ├─common-file │ ├─common-log │ ├─common-mq │ ├─common-mybatis │ ├─common-redis │ ├─common-security │ └─common-web ├─ticketing-gateway ├─ticketing-order │ ├─order-client │ ├─order-mapping │ └─order-serve ├─ticketing-product │ ├─product-client │ ├─product-mapping │ └─product-serve └─ticketing-user ├─user-client ├─user-mapping └─user-serve ~~~ #### 第三方文档 es 教学文档 https://www.kaifaxueyuan.com/server/elasticsearch7/elasticsearch-index.html