|
|
4 years ago | |
|---|---|---|
| bin | 5 years ago | |
| docker | 5 years ago | |
| launch-api | 4 years ago | |
| launch-common | 4 years ago | |
| launch-gateway | 4 years ago | |
| launch-modules | 4 years ago | |
| .gitignore | 5 years ago | |
| LICENSE | 5 years ago | |
| README.md | 5 years ago | |
| pom.xml | 4 years ago |
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 // 公共依赖