linjiawei 8af04e0d61 时长优化 | hai 1 mes | |
---|---|---|
bin | hai 1 ano | |
doc | hai 2 meses | |
docker | hai 1 ano | |
sql | hai 1 mes | |
zfjg-api | hai 1 mes | |
zfjg-auth | hai 1 ano | |
zfjg-common | hai 1 mes | |
zfjg-gateway | hai 4 meses | |
zfjg-modules | hai 1 mes | |
.gitignore | hai 1 ano | |
LICENSE | hai 1 ano | |
README.md | hai 1 ano | |
pom.xml | hai 5 meses |
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 // 公共依赖