matols / vms

IoT物联网云平台

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

应用架构

image

核心依赖

依赖 版本 功能
Spring Boot 2.1.6.RELEASE Spring Boot
Spring Cloud Alibaba 2.1.1.RELEASE Spring Cloud Alibaba
Spring Cloud Spring Cloud Greenwich.SR4 Spring Cloud
Hutool 5.0.7 通用工具类
Mybatis-Plus 3.3.0 MyBatis增强

模块说明

vms
├── vms-common -- 系统公共模块 
     ├── vms-common-core -- 公共工具类核心包
     └── vms-common-log -- 日志服务
├── vms-iot-gateway -- 会话管理模块[注册端口9999][RPC端口9888]
├── vms-nacos -- 服务注册与发现[8848]
├── vms-service 业务模块
     ├──vms-service-device -- 设备管理服务模块[7100]

编码规范

参照Alibaba Java规范手册

注意事项

版本功能

About

IoT物联网云平台

License:Apache License 2.0


Languages

Language:Java 100.0%