# base-boot **Repository Path**: zhousiwei/base-boot ## Basic Information - **Project Name**: base-boot - **Description**: 基于SpringBoot的基础服务 - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-12-29 - **Last Updated**: 2021-12-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # base-boot ------------------ ## 介绍   基于SpringBoot的基础服务 ## 线上预览 ## 项目结构 ``` ROOT ├── support -- 项目相关文件 │ ├── App -- 项目启动类 │ ├── common -- 公用模块 | ├── enums -- 枚举工具类 ├── resources ``` ## 技术选型 - 核心框架:`Spring Boot 2.5.x`