# aiot-cloud **Repository Path**: css.v/aiot-cloud ## Basic Information - **Project Name**: aiot-cloud - **Description**: aiotCloud微服务架构。旨在为大家提供流行且通用技术框架的基础能力的封装,减少开发工作,直接根据业务进行技术选型,统一用户鉴权工作,让您只关注业务。 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2021-02-06 - **Last Updated**: 2021-02-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # aiot-cloud #### 核心模块介绍 ### 文件结构 等基础架构搭建好才继续做更新结构 ``` aiot-cloud -- 父项目,各模块分离,方便集成和微服务 │ ├─aiot-cloud-dependencies -- 核心通用模块,开发主模块 │ │ ├─aiot-starter-bpm -- 封装BPM工作流引擎模块 │ │ │ ├─aiot-starter-bpm-activiti-design -- 封装activiti设计器引擎模块 │ │ │ ├─aiot-starter-bpm-activiti-run -- 封装activiti运行引擎模块 │ │ ├─aiot-starter-common -- 封装通用模块模块 │ │ │ ├─aiot-starter-common -- 聚合当前模块 │ │ │ ├─aiot-starter-common-resultutil -- 统一结果返回工具模块 │ │ ├─aiot-starter-mq -- 封装所有消息中间件模块模块 │ │ │ ├─aiot-starter-mq-emqtt -- 封装emqtt模块 │ │ │ ├─aiot-starter-mq-kafka -- 封装kafka模块 │ │ │ ├─aiot-starter-mq-rabbitmq -- 封装rabbitmq模块 │ │ │ ├─aiot-starter-mq-tio -- 封装tio模块 │ │ ├─aiot-starter-nosql -- 封装非关系数据存储模块 │ │ │ ├─aiot-starter-nosql-mongodb -- 封装mongodb模块 │ │ │ ├─aiot-starter-nosql-redis -- 封装redis模块 │ │ ├─aiot-starter-orm -- 封装关系数据存储模块 │ │ │ ├─aiot-starter-orm-mybatis -- 封装mybatis模块 │ │ │ ├─aiot-starter-orm-mybatisplus -- 封装mybatisplus模块 │ │ │ ├─aiot-starter-orm-springdatajpa -- 封装springdatajpa模块 │ │ ├─aiot-starter-oss -- 封装oss存储基础模块,支持阿里云、七牛云、minio等 │ │ ├─aiot-starter-sharding -- 封装sharding模块 │ │ ├─aiot-starter-swagger -- 封装swagger模块 │ │ ├─aiot-starter-template -- 封装模板引擎模块 │ │ │ ├─aiot-starter-template-design -- 封装模板设计器引擎 │ │ │ ├─aiot-starter-template-run -- 封装模板运行器引擎 │ │─aiot-main-system -- Saas平台主系统 │ │─aiot-module-business-parent -- 业务模块父级 │ │─aiot-module-test-parent -- 测试核心模块父级 ``` ### 技术架构:默认对架构进行选型