Devices management
Go to file
76164 c4e57176ab 重庆 配件管理 excel导入bug修改 2024-08-08 10:28:21 +08:00
scripts deploy 2024-07-22 15:08:41 +08:00
sgzb-api 禅道bug解决 2024-08-07 17:12:40 +08:00
sgzb-auth 配置文件数据库和redis账号密码加密 2024-07-30 10:31:57 +08:00
sgzb-common combine storagelog 2024-08-07 08:52:05 +08:00
sgzb-gateway 配置文件数据库和redis账号密码加密 2024-08-01 09:04:27 +08:00
sgzb-modules 重庆 配件管理 excel导入bug修改 2024-08-08 10:28:21 +08:00
sgzb-screen 重庆大屏-去除原宁夏的二级页面 2024-06-17 11:22:28 +08:00
sgzb-ui 新购出库按钮判断条件优化 2024-08-07 13:05:09 +08:00
sgzb-visual deploy 2024-07-19 14:31:53 +08:00
sql 项目第一次上传git 2023-11-28 20:33:38 +08:00
.gitignore 项目第一次上传git 2023-11-28 20:33:38 +08:00
LICENSE 项目第一次上传git 2023-11-28 20:33:38 +08:00
README.md 修改readme文件内容 2024-06-12 19:02:56 +08:00
pom.xml tomcat版本替换 2024-04-23 13:13:48 +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                // 公共依赖