# parent-starter **Repository Path**: jbcode/parent-starter ## Basic Information - **Project Name**: parent-starter - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-04-18 - **Last Updated**: 2025-07-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README parent-starter === ### 介绍 parent-starter 是一个基于 Spring Boot 的多模块项目,包含两个主要子模块:api-service 和 common-starter。这个项目展示了如何构建一个基础的后端服务,并提供了通用工具类模块,便于其他项目进行集成和扩展。 ### 软件架构 该项目采用 Maven 进行项目管理与构建,并利用 Spring Boot 快速搭建服务。其主要模块如下: 1. **api-service** 提供 RESTful 接口服务,包含如下功能: - 从数据库中读取数据并通过 `/getAll` 接口返回。 - 获取当前时间的 `/time/get` 接口。 2. **common-starter** 提供通用工具类模块,当前仅包含一个 `DateUtil` 工具类,用于获取当前时间字符串。 3. **模块间依赖关系** - `api-service` 依赖于 `common-starter`。 - `common-starter` 可作为通用组件被其他模块依赖。 ### 码云特技 1. 使用 `Readme_XXX.md` 来支持不同的语言,例如 `Readme_en.md`, `Readme_zh.md`。 2. 码云官方博客 [blog.gitee.com](https://blog.gitee.com)。 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解码云上的优秀开源项目。 4. [GVP](https://gitee.com/gvp) 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目。 5. 码云官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help)。 6. 码云封面人物是一档用来展示码云会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)。