# helio-starters ## 项目介绍 `helio-starters`是Helio脚手架及其业务微服务模块的基础支撑构件,可以快速引入其他中间件和基础配置 JDK compatibility: 17 - 21 [官方文档](https://helio.uncarbon.cc/) [主要依赖](https://helio.uncarbon.cc/#/i18n/zh-CN/helio-starters/dependencies) ## Helio系列脚手架 | 项目名 | 简介 | Gitee | GitHub | |--------------------|-------------------------------------------------------------------|----------------------------------------------------------|------------------------------------------------------------| | helio-boot | 单Maven模块,定位为快速开发脚手架,适合初学者学习 JavaWeb 开发的良好实践 | [Gitee](https://gitee.com/uncarbon97/helio-boot) | [GitHub](https://github.com/uncarbon97/helio-boot) | | helio-boot-modular | 按职责拆分为多Maven模块,依然是大单体,但命名及用途对标`helio-cloud`;适合多人协作、但不打算使用微服务架构的团队 | [Gitee](https://gitee.com/uncarbon97/helio-boot-modular) | [GitHub](https://github.com/uncarbon97/helio-boot-modular) | | helio-cloud | 微服务项目脚手架 | [Gitee](https://gitee.com/uncarbon97/helio-cloud) | [GitHub](https://github.com/uncarbon97/helio-cloud) |