同步操作将从 guyangself/数据交换中心 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<img src="doc/Acmedcare-Microservices-Project-Template-LOGO.png" width="128px" heigth="128px" alt=Acmedcare-DBM System Logo" />
Manage data convert contains agent consumer and open api,Support single task and plugin task
├── 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
Acmedcare+ Maven Repository Configuration
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
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.
editing
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.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。