系统架构草稿

平台简介

风光电一体化平台,包括:

主任务流程:风机叶片巡检、集电线路巡检、输电线路巡检、光伏巡检任务。

 

系统模块

com.new3s     
├── new3s-api       // 服务接口模块(自定义引入,可以整合或者单独启动)
├── new3s-auth      // 认证中心(包括用户权限、登录和操作日志等所有记录)
│       └── (user、role、menu、log、monitor) 
├── new3s-common    // 通用模块(模块区分)
│       └── new3s-common-core                        	// 通用工具类
│       └── new3s-common-framework                   	// 配置组件库(文件夹区分)
│               └── new3s-common-framework-redis        // 缓存服务
│               └── new3s-common-framework-datasource   // 多数据源
│               └── new3s-common-framework-swagger      // 接口文档
│               └── new3s-common-framework-file         // 文件服务
│               └── new3s-common-framework-mybatis      // jdbc连接
│               └── new3s-common-framework-exception    // 全局异常

├── new3s-modules    // 业务模块(模块区分)
│       └── new3s-system                             	// 系统模块 
│       └── new3s-bladeinspection                    	// 风机叶片巡检 
│       └── new3s-powerlineinspection                	// 输电线路巡检 
│       └── new3s-electricinspection                 	// 集电线路巡检 
│       └── new3s-pvinspection                       	// 光伏巡检 
├── new3s-threeway    // 第三方模块(模块区分)
│       └── new3s-algorithm                          	// 算法模块 
│       └── new3s-threewayclient                     	// 第三方对接
├──pom.xml    // 公共依赖

技术选型:Spring Boot、Spring Security、Redis & Jwt 、MySQL 、maven等

 

架构图

posted @ 2022-05-31 15:29  xiexie0812  阅读(33)  评论(0编辑  收藏  举报