2
0

fix: update deliverable

This commit is contained in:
zhangsz
2025-02-28 16:50:29 +08:00
parent e245c968a2
commit 7c856ebf69
8 changed files with 23 additions and 5 deletions

View File

@@ -66,9 +66,9 @@ tree -L 2 be.wfc/
│   ├── pom.xml
│   ├── src
│   └── target
├── wfc-common # 通用模块
├── wfc-common # 通用模块
│   ├── pom.xml
│   ├── wfc-common-core # 核心模块
│   ├── wfc-common-core # 核心模块
│   ├── wfc-common-datascope # 权限范围
│   ├── wfc-common-datasource # 多数据源
│   ├── wfc-common-log # 日志记录
@@ -79,11 +79,11 @@ tree -L 2 be.wfc/
│   ├── wfc-common-security # 安全模块
│   ├── wfc-common-sensitive # 数据脱敏
│   └── wfc-common-swagger # 系统接口
├── wfc-gateway # 网关模块 [8080]
├── wfc-gateway # 网关模块 [8080]
│   ├── pom.xml
│   ├── src
│   └── target
├── wfc-modules # 业务模块
├── wfc-modules # 业务模块
│   ├── pom.xml
│   ├── wfc-file # 文件服务 [9201]
│   ├── wfc-gen # 代码生成 (未启用)
@@ -287,7 +287,7 @@ build.wfc/
│   ├── 02-design
│   └── 03-configuration
└── release
├── debs # deb package release, n/a
├── debs # deb package release
└── tars # tar package release
```