Skip to content

sealzjh/pay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Account Pay Center

  • A Account Pay Center with Spring-boot、Hibernate、Jetty、Gradle

How to build

 $ git clone git@github.com:sealzjh/pay
 $ cd pay
 $ gradle build

Run

 $ java -jar build/libs/app-pay-0.1.0.jar

 $ curl http://localhost:8080/hello/

Module

  • Bank
  • City
  • Account
  • Card
  • Money

DB

  • pay_provice
  • pay_city
  • pay_bank
  • pay_subbank
  • pay_account
  • pay_account_money
  • pay_card
  • pay_account_type
  • pay_money_record
  • pay_money_record_type

image

License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages