克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

<img src="doc/Acmedcare-Microservices-Project-Template-LOGO.png" width="128px" heigth="128px" alt=Acmedcare-DBM System Logo" />

Acmedcare+ Data Exchange Center

Manage data convert contains agent consumer and open api,Support single task and plugin task

Overview


├── CHANGELOG.md                                            #   版本发布日志
├── LICENSE                                                 #   版权
├── README.md                                               #   项目描述文件
│
├── api                                                     #   项目基础模块:定义实体,接口等等
├── client                                                  #   客户端用于第三方调用/服务间通讯/SDK等等
│   ├── spring-cloud-openfeign-client                       #   服务间调用的Client依赖模块
│   └── spring-cloud-openfeign-client-sample                #   服务间调用的Client的 demo模块
│       
├── common                                                  #   项目公共模块:定义工具类,常量等等
│   
├── distribution                                            #   项目分发模块:支持区域/单体/云/离线等等模式
│   
├── doc                                                     #├── 项目文档
│   └── database                                             │   └── 数据库设计文档
│       └── account                                          │       └── 案例:通行证账号设计
│           ├── Account\ Model\ Design.ndm                   │           ├── ER图         
│           └── Account.sql                                  └───────────└── 脚本
│
├── endpoint                                                #   项目资源端口模块:RESTful
│   
├── repository                                              #├── 项目持久化模块
│   ├── repository-api                                       │   ├── 项目持久化接口模块
│   └── repository-jdbc                                      └───────└── 持久化 Simple JDBC 实现
│
├── test                                                    #   项目集成测试模块
└── pom.xml

Requirements

Acmedcare+ Maven Repository Configuration

Configuration Reference

Quick Start

You can download binaries from Release Repo or repo.acmedcare.com.

First : unzip release package

$ tar -zxvf *.tar.gz

Second : startup & shutdown

$ sh ./bin/startup.sh -p production  

Third : check the application log

$ tail -f logs/start.log

param: -p (optional): production | dev

Building from Source

You don’t need to build from source to use Acmedcare+ Template Project (binaries in repo.acmedcare.com), but if you want to try out the latest and greatest, Acmedcare+ Template Project can be easily built with the maven wrapper. You also need JDK 1.8.

First : git clone source from gitlab

$ git clone http://115.29.47.72:8082/acmedback/Acmedcare-Microservices-Project-Template.git

Second : build

$ mvn clean install

If you want to build with the regular mvn command, you will need Maven v3.5.0 or above.

Document

editing

License

Copyright (c) 2019 Acmedcare+

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

MIT License Copyright (c) 2019 Acmedcare+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

数据交换中心,采用通用框架,统一调度解决不同环境数据调度问题 展开 收起
Java
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化