All Projects → hsweb-pro → Hsweb Payment

hsweb-pro / Hsweb Payment

Licence: apache-2.0
基于hsweb的开源聚合支付系统,多商户,多渠道,多配置.

Programming Languages

javascript
184084 projects - #8 most used programming language
java8
65 projects

Projects that are alternatives of or similar to Hsweb Payment

Myuploader Backend
单文件上传,多文件上传,大文件上传,断点续传,文件秒传,图片上传
Stars: ✭ 177 (+58.04%)
Mutual labels:  spring-boot, spring, maven
Nimrod
Nimrod - 基于 Spring Boot 构建 的 Java Web 平台企业级单体应用快速开发框架,适合中小型项目的应用和开发。所采用的技术栈包括 Spring Boot、Spring、Spring Web MVC、MyBatis、Thymeleaf 等,遵守阿里巴巴 Java 开发规约,帮助养成良好的编码习惯。整体采用 RBAC ( Role-Based Access Control ,基于角色的访问控制),具有严格的权限控制模块,支持系统与模块分离开发。最后希望这个项目能够对你有所帮助。Nimrod 开发交流群:547252502(QQ 群)
Stars: ✭ 125 (+11.61%)
Mutual labels:  spring-boot, spring, maven
Spring Cloud Build
Common build concerns, shared plugin configuration, etc. for Spring Cloud modules
Stars: ✭ 114 (+1.79%)
Mutual labels:  spring-boot, spring, maven
Okta Blog Archive
Okta Developer Blog
Stars: ✭ 74 (-33.93%)
Mutual labels:  spring-boot, spring, maven
Ms Backend Boilerplates
Boilerplate for Your Server Side(Backend) Application, Java | Spring(Boot, Cloud) | Node.js(Express, Koa, Egg) | Go | Python | DevOps 💫 服务端项目模板
Stars: ✭ 394 (+251.79%)
Mutual labels:  spring-boot, spring, maven
Javastud
Official, Main: This is Core/Advance java example series project. It help to learn java step by step using pdf tutorial provided here and corresponding demo project for the eclipse. Tag: Java Student, Java Stud, Stud Java, StudJava, Java Teachers, Studs Quick Start Guide, Studs Java, Object Oriented Programming, Core Java, Java SE, Java EE, Java Enterprise Edition, Java Blog, Java Articles, Java Web, JSP, Servlet, Maven, Spring, Hibernate, Spring-boot, Spring MVC Web, Angular JS, Angular 2, Java Security, Java CRUD, Java Login Example, File Handling, Multi threading, exception handling, Collection classes, Swing, Database, Date Time, Joda Time, JPA.
Stars: ✭ 220 (+96.43%)
Mutual labels:  spring-boot, spring, maven
Ibase4j
Spring,SpringBoot 2.0,SpringMVC,Mybatis,mybatis-plus,motan/dubbo分布式,Redis缓存,Shiro权限管理,Spring-Session单点登录,Quartz分布式集群调度,Restful服务,QQ/微信登录,App token登录,微信/支付宝支付;日期转换、数据类型转换、序列化、汉字转拼音、身份证号码验证、数字转人民币、发送短信、发送邮件、加密解密、图片处理、excel导入导出、FTP/SFTP/fastDFS上传下载、二维码、XML读写、高精度计算、系统配置工具类等等。
Stars: ✭ 1,548 (+1282.14%)
Mutual labels:  spring-boot, spring, maven
Trampoline
Admin Spring Boot Locally
Stars: ✭ 325 (+190.18%)
Mutual labels:  spring-boot, spring, maven
Springboard
Spring Boot based production grade starter kit.
Stars: ✭ 59 (-47.32%)
Mutual labels:  spring-boot, spring, maven
Spring Ws
Spring WS Tutorials
Stars: ✭ 75 (-33.04%)
Mutual labels:  spring-boot, spring, maven
Awbeci Ssb
spring spring-boot spring-security spring-social
Stars: ✭ 102 (-8.93%)
Mutual labels:  spring-boot, spring
Justpay
spring-boot2.0.0+Dubbox+spring-webflux的轻量级分布式聚合支付
Stars: ✭ 99 (-11.61%)
Mutual labels:  alipay, spring
Springbootdemo
springBoot demo
Stars: ✭ 97 (-13.39%)
Mutual labels:  spring-boot, spring
Springbootsample
spring boot sample source
Stars: ✭ 95 (-15.18%)
Mutual labels:  spring-boot, spring
Recaptcha Spring Boot Starter
Spring Boot starter for Google's reCAPTCHA
Stars: ✭ 103 (-8.04%)
Mutual labels:  spring-boot, spring
Easyfxml
A collection of tools and libraries for easier development on the JavaFX platform!
Stars: ✭ 102 (-8.93%)
Mutual labels:  spring-boot, spring
Spring Cloud Example
Stars: ✭ 111 (-0.89%)
Mutual labels:  spring-boot, spring
Hsweb Iot Cloud
⚠️ 本项目已停更,欢迎关注新的开源物联网平台 JetLinks
Stars: ✭ 105 (-6.25%)
Mutual labels:  spring-boot, spring
Nb Springboot
NetBeans IDE plugin supporting programming with Spring Boot
Stars: ✭ 111 (-0.89%)
Mutual labels:  spring-boot, spring
Limiter
一个注解使你的SpringBoot项目获得分布式锁和限流器能力
Stars: ✭ 93 (-16.96%)
Mutual labels:  spring-boot, spring

开源聚合支付平台

基于hsweb,spring-boot的开源聚合支付平台, 支持多渠道,多配置. 默认已接入: 微信扫码,微信H5,支付宝H5,支付宝网页支付

模块

------hsweb-payment
----------hsweb-payment-account     #资金账户模块
----------hsweb-payment-api         #公共api接口模块
----------hsweb-payment-assemble    #启动模块
----------hsweb-payment-logging     #日志模块
----------hsweb-payment-merchant    #商户模块
----------hsweb-payment-openapi     #开放平台
----------hsweb-payment-pay         #支付模块
----------hsweb-payment-ui          #前端UI模块
----------open-api-demo             #OpenApi 例子

环境

最新版本的Java8

数据库支持: H2,Mysql,Oracle,PostgreSQL。

注意: 数据库表使用hsweb-starter 自动创建和版本维护,启动项目会自动创建表结构.

启动

使用docker启动

最新版本已经上传到docker公共仓库:

$ docker run -d -p 8080:8080 -v ${PWD}/data/:/data/ hsweb/hsweb-payment

自己构建镜像:

$ ./build-docker.sh

使用maven命令启动

$ ./mvnw install -DskipTests
$ ./mvnw -pl hsweb-payment-assemble spring-boot:run

使用IDE启动

直接运行模块:hsweb-payment-assemble下的类:org.hswebframework.payment.PaymentApplication

注意: 启动配置中的working dir 必须为项目的根目录(hsweb-payment),而不是hsweb-payment-assemble目录

用户手册

TODO

⚠️ 注意

本项目仅供开源学习,请勿用于商业用途,否者后果自负.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].