Coder Social home page Coder Social logo

jason-998 / spear-payment Goto Github PK

View Code? Open in Web Editor NEW

This project forked from shoy160/spear-payment

0.0 0.0 0.0 4.64 MB

简单易用的支付中台项目,支持微信、支付宝各种支付场景,并兼具支付管理后台和H5收银台,提供.net/.net core和Java的SDK。

JavaScript 15.63% C# 53.90% CSS 2.71% HTML 0.68% Vue 25.61% Dockerfile 0.01% SCSS 1.46%

spear-payment's Introduction

# 快速开始 参考:https://hub.docker.com/repository/docker/shoy160/spear-payment
> docker run -v @PWD/appsettings.json:/publish/appsettings.json -e SPEAR_MODE:Prod -p 5000:5000 -d shoy160/spear-payment

> cat appsettings.json
{
  "site": "payment",
  "mode": "Test",
  "dapper": {
    "default": {
      "ConnectionString": "server=127.0.0.1;user=root;database=db_payment;port=3306;password=xxx;Pooling=true;Charset=utf8;SslMode=none;",
      "Name": "default",
      "ProviderName": "mysql"
    }
  },
  "rabbit": {
    "default": {
      "host": "127.0.0.1",
      "port": 5672,
      "user": "payment",
      "password": "xxx",
      "broker": "payment_event",
      "virtualHost": "payment"
    }
  },
  "const": {
    "enableStatistic": true
  },
  "sites": {
    "pay": "http://localhost:5000"
  }
}

# 数据库结构 支持MySQL和PostgreSQL
https://github.com/shoy160/spear-payment/tree/master/docs/database

spear-payment's People

Contributors

shoy160 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.