投放中台

MOKASZ\lw12420 5ba7b6d224 基础设置 4 years ago
bin b7fafc7265 first push 5 years ago
docker 8364546d51 no message 5 years ago
launch-api 5ba7b6d224 基础设置 4 years ago
launch-common 5ba7b6d224 基础设置 4 years ago
launch-gateway 5ba7b6d224 基础设置 4 years ago
launch-modules 5ba7b6d224 基础设置 4 years ago
.gitignore b7fafc7265 first push 5 years ago
LICENSE b7fafc7265 first push 5 years ago
README.md b8c78644fe no message 5 years ago
pom.xml 5ba7b6d224 基础设置 4 years ago

README.md

平台简介

  • 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                // 公共依赖