Go to file
liang.chao 4e33fd229e 测试结算 2024-10-14 17:30:24 +08:00
config nginx脚本提交 2024-09-14 14:09:49 +08:00
scripts fix bug 2024-08-27 09:43:23 +08:00
sgzb-api 菜单鉴权,网页下拉不鉴权 2024-09-29 10:26:40 +08:00
sgzb-auth 配置修改 2024-09-12 11:28:22 +08:00
sgzb-common VUL-009420 施工装备-结算信息月结记录导出明细表越权 2024-10-10 10:34:08 +08:00
sgzb-gateway 数量字段统一提交 2024-09-13 17:20:46 +08:00
sgzb-modules 测试结算 2024-10-14 17:30:24 +08:00
sgzb-visual change profile 2024-08-16 19:19:11 +08:00
sql 代码迁移 2024-08-08 14:57:05 +08:00
.gitignore 代码迁移 2024-08-08 14:57:05 +08:00
LICENSE 代码迁移 2024-08-08 14:57:05 +08:00
README.md 代码迁移 2024-08-08 14:57:05 +08:00
pom.xml 代码迁移 2024-08-08 14:57:05 +08:00

README.md

系统模块

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