linjiawei 0271876a06 bug fix | il y a 1 mois | |
---|---|---|
bin | il y a 1 an | |
doc | il y a 2 mois | |
docker | il y a 1 an | |
sql | il y a 1 mois | |
zfjg-api | il y a 1 mois | |
zfjg-auth | il y a 1 an | |
zfjg-common | il y a 1 mois | |
zfjg-gateway | il y a 4 mois | |
zfjg-modules | il y a 1 mois | |
.gitignore | il y a 1 an | |
LICENSE | il y a 1 an | |
README.md | il y a 1 an | |
pom.xml | il y a 5 mois |
com.zfjg
├── zfjg-ui // 前端框架 [80]
├── zfjg-gateway // 网关模块 [10090]
├── zfjg-auth // 认证中心 [10091]
├── zfjg-api // 接口模块
│ └── zfjg-api-system // 系统接口
├── zfjg-common // 通用模块
│ └── zfjg-common-core // 核心模块
│ └── zfjg-common-datascope // 权限范围
│ └── zfjg-common-datasource // 多数据源
│ └── zfjg-common-log // 日志记录
│ └── zfjg-common-redis // 缓存服务
│ └── zfjg-common-security // 安全模块
│ └── zfjg-common-swagger // 系统接口
├── zfjg-modules // 业务模块
│ └── zfjg-system // 系统模块 [10092]
│ └── zfjg-manage // 系统模块 [10093]
│ └── zfjg-file // 文件服务 [10094]
├──pom.xml // 公共依赖