# luyang-cloud **Repository Path**: fxf1517/luyang-cloud ## Basic Information - **Project Name**: luyang-cloud - **Description**: 栉风沐雨 砥砺前行 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 8 - **Created**: 2023-09-12 - **Last Updated**: 2024-10-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ##### 由于Gradle一个版本一个样太难受,继续拥抱Maven。[Gradle构建案例](https://gitee.com/cn_luyang/luyang-cloud-gradle) -----
Brave people start first
积极向上 热爱生活
## 📚 工程结构 ``` luyang-cloud ├── luyang-boot -- 基础starter ├ ├── dependencies -- 依赖包 ├ ├── luyang-boot-starter-base -- 基础组件 ├ ├── luyang-boot-starter-cache -- 缓存组件 ├ ├── luyang-boot-starter-doc -- 接口文档组件 ├ ├── luyang-boot-starter-i18n -- 国际化组件 ├ ├── luyang-boot-starter-mybatisplus -- mybatis plus组件 ├ ├── luyang-boot-starter-parameter -- 配置参数组件 ├ ├── luyang-boot-starter-redisson -- redisson组件 ├ ├── luyang-boot-starter-secure -- 安全组件 ├ ├── luyang-boot-starter-web -- WEB通用组件 ├── luyang-service-platform -- 平台服务 ├ ├── luyang-service-platform-auth -- 认证授权服务 └── └── luyang-service-platform-uac -- 用户中心服务 ```