Go to file
微醺 f81d701acb 1.feat(): 添加: redis缓存的的封装
2.fix(): 修复了: 暂无

更新时间09301928
2024-10-06 09:17:03 +08:00
cloud-auth fix(): 修改nacos命名空间 2024-09-27 22:02:44 +08:00
cloud-common 1.feat(): 添加: redis缓存的的封装 2024-10-06 09:17:03 +08:00
cloud-gateway fix(): 修改nacos命名空间 2024-09-27 22:02:44 +08:00
cloud-modules 1.feat(): 添加: redis缓存的的封装 2024-10-06 09:17:03 +08:00
cloud-visual fix(): 修改nacos命名空间 2024-09-27 22:02:44 +08:00
init-file feat():初始化 2024-09-14 19:01:10 +08:00
skywalking feat():初始化 2024-09-14 19:01:10 +08:00
xxl-job feat():初始化 2024-09-14 19:01:10 +08:00
.gitignore feat():初始化 2024-09-14 19:01:10 +08:00
LICENSE feat():初始化 2024-09-14 19:01:10 +08:00
README.md feat():初始化 2024-09-14 19:01:10 +08:00
pom.xml 1.feat(): 添加将pom文件版本号统一管理 2024-09-30 19:28:04 +08:00

README.md

系统模块

com.muyu     
├── cloud-ui              // 前端框架 [80]
├── cloud-gateway         // 网关模块 [8080]
├── cloud-auth            // 认证中心 [9200]
├── cloud-common          // 通用模块
│       └── cloud-common-core                         // 核心模块
│       └── cloud-common-datascope                    // 权限范围
│       └── cloud-common-datasource                   // 多数据源
│       └── cloud-common-log                          // 日志记录
│       └── cloud-common-redis                        // 缓存服务
│       └── cloud-common-seata                        // 分布式事务
│       └── cloud-common-security                     // 安全模块
│       └── cloud-common-swagger                      // 系统接口
│       └── cloud-common-system                       // 系统基础
├── cloud-modules         // 业务模块
│       └── cloud-system                              // 系统模块 [9201]
│       └── cloud-gen                                 // 代码生成 [9202]
│       └── cloud-job                                 // 定时任务 [9203]
│       └── cloud-file                                // 文件服务 [9300]
├── cloud-visual          // 图形化管理模块
│       └── cloud-visual-monitor                      // 监控中心 [9100]
├──pom.xml                // 公共依赖