소스 검색

:memo: 编写文档:新增模块说明

lishangbu 7 년 전
부모
커밋
2acb83b397
2개의 변경된 파일27개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      doc/md/catalog.md
  2. 25 0
      doc/md/modules.md

+ 2 - 0
doc/md/catalog.md

@@ -1,3 +1,5 @@
+> [模块介绍](modules.md)  
+
 > [部署说明](deploy.md)   
 
 > [swagger使用](swagger.md)  

+ 25 - 0
doc/md/modules.md

@@ -0,0 +1,25 @@
+## 模块
+``` lua
+pigx
+├── pigx-ui -- 前端工程[8000]
+├── pigx-auth -- 授权服务提供[3000]
+├── pigx-common -- 系统公共模块 
+├    ├── pigx-common-core -- 公共工具类核心包
+├    ├── pigx-common-job -- 定时任务
+├    ├── pigx-common-log -- 日志服务
+├    └── pigx-common-security -- 安全工具类
+├    └── pigx-common-swagger -- Swagger Api文档生成
+├    └── pigx-common-transaction -- 分布式事务工具包
+├── pigx-config -- 配置中心[4001]
+├── pigx-eureka -- 服务注册与发现[1025]
+├── pigx-gateway -- Spring Cloud Gateway网关[9999]
+├── pigx-upms -- 通用用户权限管理模块
+├    └── pigx-upms-api -- 通用用户权限管理系统公共api模块
+├    └── pigx-upms-biz -- 通用用户权限管理系统业务处理模块[4000]
+└── pigx-visual  -- 图形化模块 
+├    ├── pigx-monitor -- Spring Boot Admin监控 [5001]
+├    ├── pigx-daemon -- 分布式调度中心[5002]
+├    └── pigx-code-gen -- 图形化代码生成[5003]
+├    └── pigx-tx-manager -- pigx分布式事务解决方案[5004]
+	 
+```