Go to file
Jiang Peng 5d3afedb98 企业/客户(完善) 2024-05-30 22:40:08 +08:00
bin 初始化 2024-05-30 22:40:04 +08:00
build 初始化 2024-05-30 22:40:04 +08:00
docker 初始化 2023-11-13 13:32:39 +08:00
muyu-auth 运营平台/客户业务系统 2024-05-27 22:30:34 +08:00
muyu-common 运营平台/客户业务系统 2024-05-27 22:30:34 +08:00
muyu-gateway 运营平台/客户业务系统 2024-05-27 22:30:34 +08:00
muyu-modules 运营平台/客户业务系统(完善) 2024-05-28 21:09:33 +08:00
muyu-visual 运营平台/客户业务系统 2024-05-27 22:30:34 +08:00
public 初始化 2024-05-30 22:40:04 +08:00
sql 运营平台/客户业务系统(完善) 2024-05-28 21:09:33 +08:00
src 企业/客户(完善) 2024-05-30 22:40:08 +08:00
.editorconfig 初始化 2024-05-30 22:40:04 +08:00
.env.development 初始化 2024-05-30 22:40:04 +08:00
.env.production 初始化 2024-05-30 22:40:04 +08:00
.env.staging 初始化 2024-05-30 22:40:04 +08:00
.eslintignore 初始化 2024-05-30 22:40:04 +08:00
.eslintrc.js 初始化 2024-05-30 22:40:04 +08:00
.gitignore 初始化 2023-11-13 13:32:39 +08:00
LICENSE 初始化 2023-11-13 13:32:39 +08:00
README.md 加入Mybatis-plus 2023-11-13 14:18:13 +08:00
babel.config.js 初始化 2024-05-30 22:40:04 +08:00
package.json 升级版本 2024-05-30 22:40:08 +08:00
pom.xml 增加deploy打包,忽略目录 2023-11-14 10:28:16 +08:00
vue.config.js 企业/客户(完善) 2024-05-30 22:40:08 +08:00

README.md

系统模块

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