白蚁

@xiongkai xiongkai authored 12 hours ago
doc 集成mq 12 hours ago
newfiber-api pom调整 1 month ago
newfiber-common 基础代码整理 1 month ago
newfiber-gateway bug修复 1 month ago
newfiber-system bug修复 1 month ago
newfiber-termites 集成mq 12 hours ago
.gitignore 白蚁项目初版代码提交 1 month ago
README.md pom调整 1 month ago
pom.xml 基础代码整理 1 month ago
README.md

##历史版本

包结构

com.newfiber     
├── doc
│       └── deploy                              // 部署脚本等
│       └── nacos                               // nacos配置文件
│       └── readme                              // 框架说明使用文档
│       └── sql                                 // 数据库初始化、更新脚本
├── newfiber-gateway                            // 网关模块 [8100]
├── newfiber-system                             // 系统模块 [8101]
│       └── newfiber-system-package             // 打包模块
│       └── newfiber-system-core                // 核心模块
│       └── newfiber-system-operation           // 单点跳转模块
│       └── newfiber-system-sms                 // 短信模块
├── newfiber-common                             // 通用模块
│       └── newfiber-common-core                // 核心模块
│       └── newfiber-common-datascope           // 数据权限
│       └── newfiber-common-log                 // 日志记录
│       └── newfiber-common-redis               // 缓存服务
│       └── newfiber-common-security            // 安全模块
│       └── newfiber-common-swagger             // 系统接口
│       └── newfiber-common-workflow            // 工作流
│       └── newfiber-common-office              // office
│       └── newfiber-common-sensitive           // 脱敏模块
│       └── newfiber-common-datasorece          // 数据源模块(MySQL / 达梦 / 人大金仓)
│       └── pom                                 // common公用依赖
├── newfiber-api                                // 接口模块
│       └── newfiber-api-system                 // 系统接口
├──pom.xml                                      // 公共依赖

##接口文档