# glccc-boot **Repository Path**: guolicong/glccc-boot ## Basic Information - **Project Name**: glccc-boot - **Description**: 使用Spring Boot 3.x搭建的后台管理服务 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 0 - **Created**: 2024-06-07 - **Last Updated**: 2024-09-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
GLCCC BOOT
## 项目介绍 - 基于 Spring Boot 3.x 搭建的后台管理服务 #### 分支说明 - master: java17/21 + springboot 3.3 ## 快速开始 ### 核心依赖 | 依赖 | 版本 | |-----------------------------|------------| | Spring Boot | 3.3.0 | | Mybatis Plus | 3.5.6 | ### 模块说明 ``` glccc ├── glccc-core ├── glccc-modules └── glccc-system └── glccc-system-api └── glccc-system-biz ``` ### 本地开发 运行 ``` # 待补充 ``` ### Docker 运行 ``` # 下载并运行服务端代码 git clone https://gitee.com/guolicong/glccc-boot.git cd glccc-boot && mvn clean install && docker-compose up -d ``` ## 开源共建 ### 开源协议 待补充 ### 其他说明 1. 欢迎提交 [PR](https://dwz.cn/2KURd5Vf),注意对应提交对应 `dev` 分支 代码规范 [spring-javaformat](https://github.com/spring-io/spring-javaformat)