Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Jeepay
Commits
93ee1a52
Commit
93ee1a52
authored
Aug 13, 2017
by
jmdhappy
Browse files
完善README文档
parent
5ab58e78
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
93ee1a52
### 项目简介
***
-
xxpay是一个使用spring-cloud开发的分布式聚合支付系统,可直接用于生产环境.目前已经集成了微信(公众号支付、扫码支付、APP支付),支付宝(电脑网站支付、手机网站支付、APP支付),正在集成开发中的包括:易宝支付,京东支付,IAP支付等;
-
xxpay是一个聚合支付的角色,业务系统只需对接几个接口,就可完成所有与第三方支付渠道交互的后端逻辑处理;
-
xxpay也是一个标准的分布式系统开发脚手架,后期会陆续完成spring-mvc,及dubbo版本的开发;
...
...
@@ -10,26 +11,24 @@

### 功能特性
支持分布式集群部署,适用于高并发场景.
## 3. 环境依赖
-
ActiveMQ服务:在支付中心回调业务系统时,使用了MQ,用到延迟消息处理。
## 4. 部署步骤
### 项目部署
***
[
xxpay表结构
](
https://gitee.com/jmdhappy/xxpay-master/wikis/xxpay表结构
"xxpay表结构"
)
[
xxpay部署步骤
](
https://gitee.com/jmdhappy/xxpay-master/wikis/xxpay部署步骤
"xxpay部署步骤"
)
## 5. 目录结构描述
-
xxpay项目使用java语言开发,jdk版本为1.8,项目使用maven编译。
### 项目结构
***
-
xxpay项目使用java语言开发,jdk版本为1.8,使用maven编译。
-
项目计划使用种架构开发:
(1)spring-cloud架构
(2)spring-boot-dubbo架构
(3)spring-mvc
###
5.1
xxpay-master
###
#
xxpay-master
| 项目 | server-port | 描述
|---|---|---
|xxpay-common | | 公共模块(常量、工具类等),jar发布
...
...
@@ -39,7 +38,7 @@
|xxpay4spring-cloud | | 支付中心spring-cloud架构实现
|xxpay4spring-boot-dubbo | | 支付中心spring-boot-dubbo架构实现
|xxpay4spring-mvc | | 支付中心spring-mvc架构实现
###
5.2
xxpay4spring-cloud
###
#
xxpay4spring-cloud
| 项目 | server-port | 描述
|---|---|---
|xxpay-config | 2020 | 支付服务配置中心
...
...
@@ -50,25 +49,23 @@
说明:
-
项目启动顺序:xxpay-server > xxpay-config > xxpay-serve
r
> xxpay-web > xxpay-gateway
-
项目启动顺序:xxpay-server > xxpay-config > xxpay-serv
ic
e > xxpay-web > xxpay-gateway
###
5.3
xxpay4spring-boot-dubbo
###
#
xxpay4spring-boot-dubbo
| 项目 | server-port | 描述
|---|---|---
|... | |
###
5.4
xxpay4spring-mvc
###
#
xxpay4spring-mvc
| 项目 | server-port | 描述
|---|---|---
|... | |
##
6.
版本内容更新
##
#
版本内容更新
版本 |日期 |描述 |作者
------- | ------- | ------- | -------
V1.0 |2017-08-11 |创建 |丁志伟
## 7. 声明
## 8. 协议
### 关于作者
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment