# wanxin **Repository Path**: dingjunjun_codeSpace/wanxin ## Basic Information - **Project Name**: wanxin - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-06-08 - **Last Updated**: 2025-06-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 📚万信金融项目文档 > 万信金融 - 万信金融是一个以P2P借贷为核心的在线金融服务平台,通过采用银行存管机制来强化交易安全性。它旨在简化贷款和投资流程,让互联网用户能快速、高效、安全地进行资金借入或投资。该平台综合运用了先进的金融科技,包括大数据风控体系,以评估信用风险,保护用户资产,并利用现代化的技术架构如微服务、OAuth2.0认证等,确保系统的高性能、扩展性和安全性,为用户提供全面而便捷的金融服务解决方案。 ## ✨ 联系我: image-20240119002412787 ## 📌 学习笔记 ### 我的所有开源代码 https://gitee.com/xylve ## 📔 部分页面截图 | 说明 | 截图 | | -------------- | :----------------------------------------------------------: | | 管理端首页 | image-20240622191905062 | | 管理端放款审核 | image-20240622192054423 | | 用户登录页 | image-20240622193003002 | | 用户首页 | image-20240622192139652 | | 开通存管 | image-20240622193219733image-20240622193337490) | | 用户出借 | image-20240622192321676 | | 出借详情 | image-20240622192345314image-20240622192739423 | | 借款页 | image-20240622192437448 | | 我的页面 | image-20240622192458170 | | 借款待审核 | image-20240622192604991 | | 出借确认页 | image-20240622192848155image-20240622192900155 | # 🐶 新手必读 * 管理员前端地址: image-20240622191529755 * 用户前端地址: image-20240622193003002 # 🐨 技术栈 ## 模块 | 项目 | 说明 | | --------------------------------- | -------------- | | `wanxin-account-service` | 统一账号服务 | | `wanxin-api` | 接口模块 | | `wanxin-common` | 通用模块 | | `wanxin-consumer-service` | 用户中心服务 | | `wanxin-content-search-service` | 内容搜索服务 | | `wanxin-depository-agent-service` | 存管代理服务 | | `wanxin-discover-server` | 服务注册与发现 | | `wanxin-gateway-server` | 网关 | | `wanxin-repayment-service` | 还款服务 | | `wanxin-transaction-service` | 交易中心服务 | | `wanxin-uaa-service` | 统一认证服务 | | `manager` | 管理员前台模块 | | `wanxin_front` | 用户前台模块 | | `wanxindepository` | 银行存管系统 | ## 框架 | 框架 | 说明 | 版本 | | ------------------------------------------------------------ | ------------------------------------------------ | ----------------- | | [Spring Boot](https://spring.io/projects/spring-boot) | 应用开发框架 | 2.1.3.RELEASE | | [MySQL](https://www.mysql.com/cn/) | 数据库服务器 | 5.7 | | [Mybatis-Plus](https://www.baomidou.com/) | Mybatis简化版 | 3.1.0 | | [Swagger](https://swagger.io/) | Swagger 文档 | 2.9.2 | | [Redis](https://redis.io/) | key-value 数据库 | 7.0.5 | | [Spring Security](https://spring.io/projects/spring-security) | 安全框架 | 2.1.3.RELEASE | | [JWT](https://jwt.io/) | token令牌管理 | 0.7.0 | | [hmily](https://gitee.com/dromara/hmily) | 金融级柔性分布式事务解决方案 | 2.0.4-RELEASE | | [kryo](https://github.com/EsotericSoftware/kryo) | Java对象序列化框架 | 4.0.2 | | [elastic-job](https://gitee.com/elasticjob/elastic-job?utm_source=alading&utm_campaign=repo) | 分布式作业调度解决方案 | 2.1.5 | | [Spring Cloud](https://cloud.spring.io/spring-cloud-static/spring-cloud.html) | 微服务解决方案 | Greenwich.RELEASE | | [fastjson](https://github.com/alibaba/fastjson) | JSON解析库 | 1.2.47 | | [apollo](https://gitee.com/apolloconfig/apollo) | 配置中心 | 1.2.0 | | [druid](https://github.com/alibaba/druid) | 数据库连接池 | 1.1.16 | | [guava](https://github.com/google/guava) | Google的核心Java库 | 25.0-jre | | [gson](https://github.com/google/gson) | JSON解析库 | 2.8.2 | | [rocketmq](https://rocketmq.apache.org/) | 低延迟、高并发、高可用、高可靠的分布式消息中间件 | 2.0.2 | | [sharding-jdbc](https://shardingsphere.apache.org/) | 分布式数据库中间件 | 4.0.0-RC1 | | [okhttp](https://github.com/square/okhttp) | 高效的HTTP客户端 | 3.14.1 | | [sentinel](https://github.com/alibaba/Sentinel) | 分布式服务架构的高可用流量防护组件 | 1.6.2 | | [eureka](https://spring.io/projects/spring-cloud-netflix) | 服务发现框架 | 2.1.0.RELEASE | | [hystrix](https://github.com/Netflix/hystrix) | 服务隔离组件 | 2.1.0.RELEASE | | [ribbon](https://github.com/Netflix/ribbon) | 客户端 负载均衡框架 | 2.1.0.RELEASE | | [openfeign](https://github.com/OpenFeign/) | 微服务远程调用框架 | 2.1.0.RELEASE | | [lombok](https://projectlombok.org/) | 消除冗余代码 | 1.18.0 | | [qcloudsms](https://console.tencentcloud.com/) | 腾讯云短信 | 1.0.6 | | [elasticsearch](https://www.elastic.co/cn/) | 分布式搜索和分析引擎 | 7.11.2 | | [freemarker](https://freemarker.apache.org/) | 模板引擎 | 2.1.3.RELEASE | | [zuul](https://github.com/Netflix/zuul) | 网关组件 | 2.1.0.RELEASE | | [joda](https://www.joda.org/) | 日期格式化工具 | 2.10.1 | # 🐷 涉及数据库 | 序号 | 表名 | 描述 | | ---- | -------------------- | ------------------------- | | 1 | ApolloConfigDB | apollo数据 | | 2 | ApolloPortalDB | apollo数据 | | 3 | p2p_account | 统一账户数据 | | 4 | p2p_bank_depository | 银行存管系统 | | 5 | p2p_consumer | 用户中心数据 | | 6 | p2p_depository_agent | 银行存管代理服务数据 | | 7 | p2p_file | 文件存储服务 | | 8 | p2p_reconciliation | 对账数据 | | 9 | p2p_repayment | 还款中心数据 | | 10 | p2p_transaction_0 | 交易中心数据库1 | | 11 | p2p_transaction_1 | 交易中心数据库2 | | 12 | p2p_uaa | 统一认证数据 | | 13 | p2p_undo_log | 分布式事务框架Hmily数据库 | **我非常欣赏并推崇开源精神,因此所有代码都会开源。如果您有任何问题或者需要帮助,请随时联系我。同时,如果您喜欢我的表现,记得给我点个赞哦,这将是我不断前进的动力。**