## 平台简介 开物边坡平台。 * 采用前后端分离的模式,微服务版本。 * 后端采用Spring Boot、Spring Cloud & Alibaba。 * 服务之间调用支持openfeign和dubbo。 * 服务调用链路使用ZipKin,分布式任务调度xxjob。 * 多语言微服务异构使用sidecar,消息驱动服务使用stream。 * ## 架构图 ![framework.png](framework.png) ## 技术栈 ## 系统模块 ~~~ slope-service-platform ├── slope-modules // 业务模块 │ └── slope-file // 文件服务 [18880] ├── slope-modules-api // 接口模块 │ └── sckw-modules-bom // modules依赖项 │ └── sckw-message-api // 消息服务接口 ├── slope-common // 通用模块 │ └── slope-common-bom // 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 ## 数据库说明