# remi-comm **Repository Path**: simpleyy_admin/remi-comm ## Basic Information - **Project Name**: remi-comm - **Description**: Remi Comm 即 Remi Dev Tools 启迪快速开发平台所依赖的公共依赖模块。 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: dev - **Homepage**: https://remi.run - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 5 - **Created**: 2024-09-30 - **Last Updated**: 2024-09-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Remi Comm

## 平台简介 Remi Comm 即瑞米快速开发平台所依赖的公共依赖模块。 ## 项目文档 https://remi.yuque.com/r/organizations/homepage ## 体验地址 https://remi.run RemiAdmin/123456 ## 项目源码 ### Gitee https://gitee.com/remi-top ### Github https://github.com/remi-top ## 系统模块 ~~~ remi-comm ├── remi-comm-auth // 权限控制 ├── remi-comm-core // 核心模块 ├── remi-comm-domain // 领域模型 ├── remi-comm-jdbc // 数据配置 ├── remi-comm-exception // 异常模块 ├── remi-comm-feign // 通信模块 ├── remi-comm-job // 任务模块 ├── remi-comm-minio // MinIo 文件存储 ├── remi-comm-activemq // ActiveMQ ├── remi-comm-rabbitmq // RabbitMQ ├── remi-comm-rocketmq // RocketMQ ├── remi-comm-redis // 缓存服务 ├── remi-comm-util // 工具类 ├── remi-comm-thread // 线程池 ├── remi-comm-swagger // 系统接口 ├── remi-comm-netty // Netty ├── remi-comm-safe // 安全控制 ├── remi-comm-web // Web ├── remi-comm-webservice // WebService ├── remi-comm-websocket // WebSocket ├── pom.xml // 公共依赖 ~~~