# 模块信息 > 以下是security-cloud所以模块,本章节将对其中的每一个模块进行详细的介绍。 ```lua security-cloud ├── auth -- 授权服务提供 └── common -- 系统公共模块 ├── common-core -- 公共工具类核心包 ├── common-dubbo -- dubbo rpc服务 ├── common-email -- 邮件发送服务 ├── common-file -- 分布式文件存储 ├── common-mybatis -- mybatis 扩展封装 ├── common-redis -- redis序列化封装 ├── common-security -- 安全工具类 ├── common-swagger -- swagger接口文档 ├── common-log -- 系统日志记录 └── common-websocket -- netty集群实现的websocket服务 └── notice -- 通用消息公告模块 ├── notice-api -- 通用消息公告模块公共api模块 └── notice-biz -- 通用消息公告模块业务处理模块[5000] └── upms -- 通用用户权限管理模块 ├── upms-api -- 通用用户权限管理系统公共api模块 └── upms-biz -- 通用用户权限管理系统业务处理模块[4000] └── visual -- 图形化管理模块 ├── code-gen -- 代码生成模块 ├── custom-query -- 自定义查询模块 ├── flowable -- flowable实现的workflow模块 ├── monitor -- 服务监控 ├── sentinel-dashboard -- sentinel 官方版 ├── sentinel-dashboard-pro -- sentinel 线上版,集成nacos └── xxl-job-admin -- 定时任务管理器 ```