边坡监测服务

lengfaqiang a84f953388 update 2 年之前
slope-common 82080775b3 bug 2 年之前
slope-modules a84f953388 update 2 年之前
slope-modules-api e156f89a25 1.mqtt项目搭建集成 2 年之前
.gitignore 5a2c7499a4 pom更新 2 年之前
README.md d4550f9396 提交实体类以及mapper 2 年之前
pom.xml 1c72a6bade 1.bugfix 2 年之前

README.md

平台简介

开物边坡平台。

  • 采用前后端分离的模式,微服务版本。
  • 后端采用Spring Boot、Spring Cloud & Alibaba。
  • 服务之间调用支持openfeign和dubbo。
  • 服务调用链路使用ZipKin,分布式任务调度xxjob。
  • 多语言微服务异构使用sidecar,消息驱动服务使用stream。 *

架构图

framework.png

技术栈

系统模块

slope-service-platform     
├── slope-modules                                // 业务模块
│       └── slope-detection                      // 检测服务 [18880]
├── slope-modules-api                            // 接口模块
│       └── sckw-modules-bom                     // modules依赖项
│       └── sckw-message-api                     // 消息服务接口
├── slope-common          				         // 通用模块
│       └── slope-common-core                    // 核心模块
│       └── slope-common-datasource              // 多数据源
│       └── slope-common-log                     // 日志记录
│       └── slope-common-redis                   // 缓存服务
│       └── slope-common-remote                  // 资源包
│       └── slope-common-stream                  // 消息驱动
│       └── slope-common-xxljob                  // 任务调度
│       └── slope-common-excel                   // excel导入导出

运行配置

Run/Debug Configurations->Modify options->Add VM options->--add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED

数据库说明