# p2p-transaction **Repository Path**: chao-ping-zhang/p2p-transaction ## Basic Information - **Project Name**: p2p-transaction - **Description**: 本项目包括交易平台和业务支撑两个部分,交易平台主要实现理财服务,包括:借钱、出借等模块,业务支撑包括:标的管理、对账管理、风控管理等模块。 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-09-09 - **Last Updated**: 2024-01-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # p2p-transaction #### 项目介绍 本项目是一个金融交易微服务项目,功能包括交易平台和业务⽀撑两个部分,交易平台主要实现理财服务,包括:借钱、出借等模块,业务支撑包括:标的管理、对账管理、风控管理等模块。 #### 软件架构 SpringBoot+SpringCloud+Mybatisplus+Gateway+sharding-jdbc+RocketMQ+Apollo+Redis+ElasticSearch 项目所需使用的工具如图所示: ![](https://pic.imgdb.cn/item/6527c3ccc458853aefe055a4.png) #### 其他系统地址: 前台前端地址:https://gitee.com/chao-ping-zhang/xinhuip2p_front.git 后台前端地址:https://gitee.com/chao-ping-zhang/p2p-manager.git 银行存管系统地址:https://gitee.com/chao-ping-zhang/huixindepository #### 模块介绍 - xinhuip2p-account-service 用户中心模块 - xinhuip2p-api 接口模块 - xinhuip2p-common 通用配置模块 - xinhuip2p-consumer-service 账户中心模块 - xinhuip2p-content-search-service 内容检索模块 - xinhuip2p-depository-agent-service 存管代理模块(主要交接银行存管系统) - xinhuip2p-discover-server 服务发现模块 - xinhuip2p-gateway-server OAuth2.0网关服务模块 - xinhuip2p-transaction-service 交易中心模块 - xinhuip2p-uaa-service 统一认证模块 #### 项目业务介绍 ![](https://pic.imgdb.cn/item/6527c1e4c458853aefdb3600.png) #### 功能展示与分析 登录功能展示: ![](https://pic.imgdb.cn/item/6527d919c458853aef203cf4.png) 首页功能: ![](https://pic.imgdb.cn/item/6527d91cc458853aef2046a6.png) 绑定银行卡身份证信息显示: ![](https://pic.imgdb.cn/item/6527db1bc458853aef26deec.png) 标的信息显示: ![](https://pic.imgdb.cn/item/6527d91ec458853aef204d83.png) 借标展示: ![](https://pic.imgdb.cn/item/6527d920c458853aef2053c6.png) 投标展示: ![](https://pic.imgdb.cn/item/6527d925c458853aef205feb.png) 个人信息展示: ![](https://pic.imgdb.cn/item/6527d922c458853aef20597e.png) 待续......