白蚁
doc | 2 months ago | ||
newfiber-api | 5 months ago | ||
newfiber-common | 2 months ago | ||
newfiber-gateway | 5 months ago | ||
newfiber-system | 5 months ago | ||
newfiber-termites | 2 months ago | ||
.gitignore | 5 months ago | ||
README.md | 5 months ago | ||
pom.xml | 5 months ago |
##历史版本
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 // 公共依赖
##接口文档