|
@@ -0,0 +1,34 @@
|
|
|
|
|
+## 平台简介
|
|
|
|
|
+###投放平台
|
|
|
|
|
+* JDK >= 1.8 (推荐1.8版本)
|
|
|
|
|
+* Mysql >= 5.7.0 (推荐5.7版本)
|
|
|
|
|
+* Redis >= 3.0
|
|
|
|
|
+* Maven >= 3.0
|
|
|
|
|
+* Node >= 10
|
|
|
|
|
+* nacos >= >= 2.x.x版本
|
|
|
|
|
+* sentinel >= 1.6.0
|
|
|
|
|
+### 后端技术
|
|
|
|
|
+* 后端技术栈 Spring Boot、Spring Cloud & Alibaba、Nacos、Sentinel
|
|
|
|
|
+## 系统模块
|
|
|
|
|
+~~~
|
|
|
|
|
+com.launch
|
|
|
|
|
+├── launch-gateway // 网关模块 [端口]
|
|
|
|
|
+├── launch-api // 接口模块
|
|
|
|
|
+│ └── launch-api-system // 系统接口
|
|
|
|
|
+├── launch-common // 通用模块
|
|
|
|
|
+│ └── launch-common-core // 核心模块
|
|
|
|
|
+│ └── launch-common-datascope // 权限范围
|
|
|
|
|
+│ └── launch-common-datasource // 多数据源
|
|
|
|
|
+│ └── launch-common-log // 日志记录
|
|
|
|
|
+│ └── launch-common-redis // 缓存服务
|
|
|
|
|
+│ └── launch-common-security // 安全模块
|
|
|
|
|
+│ └── launch-common-swagger // 系统接口
|
|
|
|
|
+├── launch-modules // 业务模块
|
|
|
|
|
+│ └── launch-system // 系统模块 [端口]
|
|
|
|
|
+│ └── launch-job // 定时任务 [端口]
|
|
|
|
|
+│ └── launch-file // 文件服务 [端口]
|
|
|
|
|
+├──pom.xml // 公共依赖
|
|
|
|
|
+~~~
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|