Commit e78c2b76 by henry

添加md文档描述

1 parent ae7b5f47
Showing with 17 additions and 15 deletions
# Arch Tools
## arch-overall 总体架构微服务
## arch-clouds (微服务组件-在线文档、文件存储、日志管理等)
## arch-system (系统架构微服务)
## arch-overall (总体架构微服务)
## arch-analysis (综合分析)
## system-manage 系统管理微服务(字典管理、菜单管理、用户及组织管理)
## arch-gateway
## arch-base 基础服务-包括工具类-及对象实体
# 1.微服务
## 1.1 arch-overall 总体架构微服务
## 1.2 arch-clouds (微服务组件-在线文档、文件存储、日志管理等)
### 1.2.1 log (记录日志微服务)
### 1.2.2 mybatis (mybatis相关配置)
### 1.2.3 office (在线文档编辑)
### 1.2.X (其他组件可在改包下面添加)
## 1.3 arch-system (系统架构微服务)
## 1.4 arch-overall (总体架构微服务)
## 1.5 arch-analysis (综合分析)
## 1.6 system-manage 系统管理微服务(字典管理、菜单管理、用户及组织管理)
## 1.7 arch-gateway
## 1.8 arch-base 基础服务-包括工具类-及对象实体
# <span style="color: red;">**************************************************************重要************************************************************</span>
## vo(View Object):视图对象,用于展示层
## dto(Data Transfer Object):数据传输对象
## pojo(Persistent Object):持久化对象
# 方便统一加密,所有请求均用POST请求
```
参数统一在BODY中传递
```
\ No newline at end of file
## <span style="color:red"> * 方便统一加密,所有请求均用POST请求 </span>
参数统一在BODY中传递
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!