提交 22f08cb7 编写于 作者: lab_gzf's avatar lab_gzf

更新 README.md

上级 6246bfe0
......@@ -51,18 +51,18 @@
## 代码结构
### 1. 整体结构
```
|─ ─ iBizEHR
|─ ─ app_EHRXXX Vue代码
|─ ─ iBizEAM
|─ ─ app_EAMXXX Vue代码
|─ ─ public 静态资源引用
|─ ─ src Vue页面源代码
|─ ─ ehr-app 前端web网关,下级可含多个独立gateway子项目
|─ ─ ehr-app-web 具体app网关 JS+html+zuulproxy,含boot
|─ ─ ehr-boot 开发者调试快速启动 debug boot
|─ ─ ehr-core 系统后台核心代码,domain+service
|─ ─ ehr-dependencies 项目依赖组件版本控制,dependencyManagement
|─ ─ ehr-provider 服务接口提供,下级可含多个microservice子项目
|─ ─ ehr-provider-api 具体微服务接口,dto+rest,含boot
|─ ─ ehr-util 公共辅助项目,util+helper
|─ ─ eam-app 前端web网关,下级可含多个独立gateway子项目
|─ ─ eam-app-web 具体app网关 JS+html+zuulproxy,含boot
|─ ─ eam-boot 开发者调试快速启动 debug boot
|─ ─ eam-core 系统后台核心代码,domain+service
|─ ─ eam-dependencies 项目依赖组件版本控制,dependencyManagement
|─ ─ eam-provider 服务接口提供,下级可含多个microservice子项目
|─ ─ eam-provider-api 具体微服务接口,dto+rest,含boot
|─ ─ eam-util 公共辅助项目,util+helper
```
......@@ -74,7 +74,7 @@ domain定义
dao层(mapper/repository/feignclient)
service
|─ ─ ehr-core
|─ ─ eam-core
|─ ─ src
|─ ─ main
|─ ─ java
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册