# yuyouyang-cloud **Repository Path**: walming/yuyouyang-cloud ## Basic Information - **Project Name**: yuyouyang-cloud - **Description**: 基于若依框架(ruoyi-cloud),个人代码仓库 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-07-24 - **Last Updated**: 2025-12-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 系统模块 ~~~ yuyouyang-notebook ├── yuyouyang-api // 接口模块 │ └── yuyouyang-api-system // 系统接口 ├── yuyouyang-auth // 认证中心 [9200] ├── yuyouyang-gateway // 网关模块 [8080] ├── yuyouyang-common // 通用模块 │ └── yuyouyang-common-core // 核心模块 │ └── yuyouyang-common-datascope // 权限范围 │ └── yuyouyang-common-datasource // 多数据源 │ └── yuyouyang-common-log // 日志记录 │ └── yuyouyang-common-redis // 缓存服务 │ └── yuyouyang-common-seata // 分布式事务 │ └── yuyouyang-common-security // 安全模块 │ └── yuyouyang-common-swagger // 系统接口 ├── yuyouyang-modules // 业务模块 │ └── yuyouyang-system // 系统模块 [9201] │ └── yuyouyang-gen // 代码生成 [9202] │ └── yuyouyang-job // 定时任务 [9203] │ └── yuyouyang-file // 文件服务 [9300] │ └── yuyouyang-stomp // 通信服务 [9400] │ └── yuyouyang-wechat // Web聊天室 [9410] ├── yuyouyang-visual // 图形化管理模块 │ └── yuyouyang-visual-monitor // 监控中心 [9100] ├── yuyouyang-web // 前端框架 │ └── yuyouyang-admin-web // 后台管理 [80] ├──pom.xml // 公共依赖 ~~~