commit 3df8f3ce2c3cb15bee181379eb87b1e65cf1c07f Author: 尚志豪123 <14699252+shang-zhihao-123@user.noreply.gitee.com> Date: Tue Nov 12 19:26:44 2024 +0800 first commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..cf4627d --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +## 系统模块 + +~~~ +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 // 公共依赖 +~~~