luGuangChen a92c7ac412 修复FastJson的AutoType漏洞 https://github.com/alibaba/fastjson/wiki/fastjson_safemode | vor 2 Jahren | |
---|---|---|
bin | vor 3 Jahren | |
dgtis-api | vor 3 Jahren | |
dgtis-auth | vor 3 Jahren | |
dgtis-common | vor 2 Jahren | |
dgtis-gateway | vor 3 Jahren | |
dgtis-modules | vor 2 Jahren | |
dgtis-ui | vor 2 Jahren | |
dgtis-visual | vor 3 Jahren | |
infrastructure | vor 4 Jahren | |
sql | vor 4 Jahren | |
sql-achievement | vor 3 Jahren | |
.gitignore | vor 4 Jahren | |
LICENSE | vor 4 Jahren | |
README.md | vor 3 Jahren | |
pom.xml | vor 2 Jahren |
com.ruoyi
├── ruoyi-ui // 前端框架 [80]
├── ruoyi-gateway // 网关模块 [8080]
├── ruoyi-auth // 认证中心 [9200]
├── ruoyi-api // 接口模块
│ └── ruoyi-api-system // 系统接口
├── ruoyi-common // 通用模块
│ └── ruoyi-common-core // 核心模块
│ └── ruoyi-common-datascope // 权限范围
│ └── ruoyi-common-log // 日志记录
│ └── ruoyi-common-redis // 缓存服务
│ └── ruoyi-common-security // 安全模块
│ └── ruoyi-common-swagger // 系统接口
├── ruoyi-modules // 业务模块
│ └── ruoyi-system // 系统模块 [9201]
│ └── ruoyi-gen // 代码生成 [9202]
│ └── ruoyi-job // 定时任务 [9203]
├── ruoyi-visual // 图形化管理模块
│ └── ruoyi-visual-monitor // 监控中心 [9100]
├──pom.xml // 公共依赖
演示地址:http://ruoyi.vip
文档地址:http://doc.ruoyi.vip