Go to file
张海宁 949a792222 初始化 2023-11-16 21:26:21 +08:00
bin 初始化 2023-11-16 21:26:21 +08:00
docker 初始化 2023-11-16 21:26:21 +08:00
sql 初始化 2023-11-16 21:26:21 +08:00
zhn-auth 初始化 2023-11-16 21:26:21 +08:00
zhn-common 初始化 2023-11-16 21:26:21 +08:00
zhn-gateway 初始化 2023-11-16 21:26:21 +08:00
zhn-modules 初始化 2023-11-16 21:26:21 +08:00
zhn-visual 初始化 2023-11-16 21:26:21 +08:00
.gitignore 初始化 2023-11-16 21:26:21 +08:00
LICENSE 初始化 2023-11-16 21:26:21 +08:00
README.md 初始化 2023-11-16 21:26:21 +08:00
pom.xml 初始化 2023-11-16 21:26:21 +08:00

README.md

系统模块

com.zhn     
├── zhn-ui              // 前端框架 [80]
├── zhn-gateway         // 网关模块 [8080]
├── zhn-auth            // 认证中心 [9200]
├── zhn-common          // 通用模块
│       └── zhn-common-core                         // 核心模块
│       └── zhn-common-datascope                    // 权限范围
│       └── zhn-common-datasource                   // 多数据源
│       └── zhn-common-log                          // 日志记录
│       └── zhn-common-redis                        // 缓存服务
│       └── zhn-common-seata                        // 分布式事务
│       └── zhn-common-security                     // 安全模块
│       └── zhn-common-swagger                      // 系统接口
│       └── zhn-common-system                       // 系统基础
├── zhn-modules         // 业务模块
│       └── zhn-system                              // 系统模块 [9201]
│       └── zhn-gen                                 // 代码生成 [9202]
│       └── zhn-job                                 // 定时任务 [9203]
│       └── zhn-file                                // 文件服务 [9300]
├── zhn-visual          // 图形化管理模块
│       └── zhn-visual-monitor                      // 监控中心 [9100]
├──pom.xml                // 公共依赖