|
|
8 年之前 | |
|---|---|---|
| hos-agent | 8 年之前 | |
| hos-arbiter | 8 年之前 | |
| hos-broker | 8 年之前 | |
| hos-camel2 | 8 年之前 | |
| hos-central-rest | 8 年之前 | |
| hos-core | 8 年之前 | |
| hos-dfs | 8 年之前 | |
| hos-docker | 8 年之前 | |
| hos-logger | 8 年之前 | |
| hos-parent | 8 年之前 | |
| hos-rest | 8 年之前 | |
| hos-web-framework | 8 年之前 | |
| out | 9 年之前 | |
| sdk | 9 年之前 | |
| src | 8 年之前 | |
| .gitignore | 9 年之前 | |
| README.md | 8 年之前 | |
| pom.xml | 8 年之前 |
Cosharp统一使用Maven管理进行版本库管理。
通过dependencyManagement方式引入工程中需要用到的所有类库。
在使用对应类库时只指定依赖,不设置版本号
| 模块 | 说明 |
|---|---|
| hos-parent | 依赖Jar版本管理 |
| hos-core | 通用组件 |
| hos-web-framework | 业务相关通用组件 |
| hos-dfs | 基于Mongo GirdFS的简易文件服务器 |
| hos-logger | 日志服务组件等 |
| hos-arbiter | 服务协调组件 |
| hos-broker | 服务运行组件 |
| hos-admin | 控制管理 |
| hos-camel2 | 服务编排实现模块 |
| hos-central-rest | 中心交换系统内置服务,暂无任何服务 |
| hos-rest | 前置一体机内置服务 |
| hos-docker | Docker化模块,用于支持系统的Docker方式部署 |
| sdk | 开发包,暂无实际的使用。 |
| 系统 | 组成模块(只列可运行模块) |
|---|---|
| 中心控制系统 | hos-admin,hos-dfs |
| 中心交换系统 | hos-arbiter,hos-broker,hos-logger,hos-rest |
| 前置一体机 | hos-arbiter,hos-broker,hos-logger,hos-central-rest |