# IoT **Repository Path**: 203014/io-t ## Basic Information - **Project Name**: IoT - **Description**: 物联网平台 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 8 - **Forks**: 3 - **Created**: 2021-08-05 - **Last Updated**: 2025-10-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # IoT #### 介绍 微服务基础框架 #### 软件架构 软件架构说明 ### 核心依赖 | 依赖 | 版本 | 说明 | ---------------------- | ------------- | ------------- | Spring Boot | 2.4.2 | 基础框架 | Spring Cloud | 2020.0.1 | 分布式框架 | Nacos | | 动态服务发现、配置管理和服务管理平台 | Spring Gateway | | 网关服务 | Spring Security | 2.3.6 | 安全 | JFinal | 3.4.3 | orm | Sentinel | | 流量控制服务 | jwt | | Token | MySQL | | 数据库 | Druid | 1.1.10 | 数据库连接池 | lombok | | | fastjson | | ### 模块说明 ``` iot ├── iot-auth -- 授权服务提供[3000] └── iot-common -- 系统公共模块 ├── iot-common-core -- 公共工具类核心包 ├── iot-common-database -- 数据库工具 ├── iot-common-log -- 日志服务 ├── iot-common-security -- 安全工具类 ├── iot-common-swagger -- 接口文档 └── iot-common-feign -- feign 扩展封装 ├── iot-register -- Nacos Server[8848] ├── iot-gateway -- Spring Cloud Gateway网关[9999] └── iot-manage-- 通用用户权限管理模块 └── iot-mange-api -- 通用用户权限管理系统公共api模块 └── iot-mange-biz -- 通用用户权限管理系统业务处理模块[4000] └── iot-visual ``` #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)