# zee-boot **Repository Path**: byte-y/zee-boot ## Basic Information - **Project Name**: zee-boot - **Description**: zee-boot单体构架 - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-03 - **Last Updated**: 2026-01-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目描述 # 技术栈 # 系统架构 # 项目结构 ``` zee-boot # 父项目 ├── framework # 公共模块 │ ├── jpa │ ├── mybatis │ ├── util │ ├── common │ └── ├── starter # 启动模块 │ ├── tcp-server # netty tcp服务 │ ├── upd-server # netty udp服务 │ └── app-server-api # 应用服务接口 ├── modules # 业务模块 │ ├── system │ ├── other └── └── 其它 ```