3 Star 3 Fork 5

海绵宝宝熊/hsweb-iot-cloud

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
Apache-2.0
# 开源物联网管理平台 [![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg?style=flat-square)](https://www.apache.org/licenses/LICENSE-2.0.html) ## 目的 提供一个开源的物联网管理平台,支持各种设备接入,并完成数据上报,分析,处理等自定义功能. ### 技术栈 1. java8,maven3 2. [spring-boot](https://spring.io/projects/spring-boot): 整合各种组件 3. [hsweb](https://github.com/hs-web): 后台管理基础框架 4. [spring-cloud](https://spring.io/projects/spring-cloud): 对微服务提供支持 5. [hsweb-framework](https://github.com/hs-web/hsweb-framework): 基础业务框架 6. [vertx](https://vertx.io/): 物联网通信(mqtt,udp) 7. [redisson](https://github.com/redisson/redisson): redis客户端 8. [spring-cloud-stream](https://cloud.spring.io/spring-cloud-stream/): 事件消息驱动 9. [rabbitMQ](http://www.rabbitmq.com): 消息中间件 10. [docker](https://www.docker.com/): 快速环境搭建,持续交付 在使用本项目之前,你应该对以上技术有所了解. ### 模块介绍 ---------hsweb-iot-cloud -------------docker # 一些docker脚本 ---------------dev-env # 启动开发环境需要的外部服务(redis,kafka,zookeeper等) -------------eureka-server # 服务注册中心 -------------gateway-server # 基于zuul的网关服务 -------------iot-components # 通用组件 ------------------iot-authorization # 权限集成 ------------------iot-cloud-stream # spring-cloud-stream集成 ------------------iot-logging # 访问日志,系统日志集成 ------------------iot-redis # redis集成 ------------------server-dependencies # 微服务通用依赖 -------------mqtt-emulator # mqtt客户端模拟器 -------------user-server # 用户服务 -------------vertx-server # 物联网设备交互服务 约定: 所有微服务以`-server`为后缀,微服务禁止依赖其他微服务,只能依赖`iot-components`内的通用依赖. 微服务间使用`FeignClient`或者`spring cloud stream` 进行通信. ### 使用 本项目使用了redis,mysql,rabbitMQ.因此在启动项目之前需要先安装并启动相应服务. 以linux为例: 1. 下载源码 git clone https://github.com/hs-web/hsweb-iot-cloud.git 2. 执行启动开发环境脚本,将会使用docker安装相应服务.(自行安装docker) ./start-dev-env.sh 未提供windows下的安装脚本,windows下请自行安装相关服务:`Redis`,`mysql`,`RabbitMQ`. 3. 依次启动服务(所有以`-server`结尾的模块) eureka-server,gateway-server,user-server.... 4. 服务启动成功后,浏览器访问: http://localhost:8000 ,用户名:admin 密码: admin 5. 数据库,项目默认使用`h2`和`mysql`数据库,可自行修改`application.yml`配置更改数据库,目前支持: h2,mysql,oracle数据库. 系统首次启动将会自动初始化数据库,无需导入数据库脚本. 遇到问题? 可以加入QQ群:`515649185`, 或者使用[issues](https://github.com/hsweb-pro/hsweb-iot-cloud/issues/new)提问. ### License [![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg?style=flat-square)](https://www.apache.org/licenses/LICENSE-2.0.html)

简介

基于hsweb的物联网管理基础平台 展开 收起
JavaScript
Apache-2.0
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/hmbbx/hsweb-iot-cloud.git
git@gitee.com:hmbbx/hsweb-iot-cloud.git
hmbbx
hsweb-iot-cloud
hsweb-iot-cloud
master

搜索帮助