liangyanghe / letv-payorder

乐视集团支付订单系统分库分表开源实现

Home Page:http://geek.csdn.net/news/detail/72973

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

如何运行?

假设本地MySQL数据库的用户名和密码都为root

  • git clone https://github.com/liangyanghe/letv-payorder.git
  • cd letv-payorder
  • mysql -uroot -proot < t_order.sql
  • mvn clean jetty:run
  • 浏览器访问:localhost:8080

About

乐视集团支付订单系统分库分表开源实现

http://geek.csdn.net/news/detail/72973


Languages

Language:Java 100.0%