Golang开源O2O实现 Go2o

码农软件 · 软件分类 · 网店系统/电子商务 · 2020-02-01 15:58:25

软件介绍

What's Go2o

Golang combine simple o2o DDD domain-driven design realization, including multi-channel (businesses), multi-store, multi-member commodity, Promotions, orders, coupons implementation also includes a micro framework in package "gof", providing ORM, Reporting, Web Framework,Rpc Framework.

Golang 结合DDD领域驱动设计的简单o2o实现,包含多渠道(商家),多门店,多会员.商品, 促销,订单,优惠券的实现,依赖一个微型框架atnet/gof,提供ORM,报表,Web Framework,Rpc Framework.

Deploy

1.Complied

git clone https://github.com/atnet/go2o.git /home/usr/go/src/go2o
    export GOPATH=$GOPATH:/home/usr/go/
    cd /home/usr/go
    go build server.go

2.Running Service

Usage of ./server:
      -debug=false: enable debug
      -help=false: command usage
      -mode="sh": boot mode.'h'- boot http service,'s'- boot socket service
      -port=1001: web server port
      -port2=1002: socket server port

3.Add http proxy by nginx

server {
          listen          80;
          server_name     *.ts.com;
          location / {
             proxy_pass   http://localhost:1002;
             proxy_set_header Host $host;
          }
    }

4.Add test hosts

vi /etc/hosts
    127.0.0.1   wly.ts.com static.ts.com img.ts.com partner.ts.com
    member.ts.com www.ts1.com www.ts2.com api.ts.com wsapi.ts.com

Access Entry

Partner Management

partner.ts.com

Member Center

member.ts.com

Partner Sales

wly.ts.com

you can add host to table "pt_host" use MySql Workbench.

本文地址:https://www.codercto.com/soft/d/24668.html

Effective Java 中文版

Effective Java 中文版

(美)Joshua Bloch / 潘爱民 / 机械工业出版社 / 2003-1 / 39.00元

本书介绍了在Java编程中57条极具实用价值的经验规则,这些经验规则涵盖了大多数开发人员每天所面临的问题的解决方案。通过对Java平台设计专家所使用的技术的全面描述,揭示了应该做什么,不应该做什么才能产生清晰、健壮的高效的代码。 本书中的每条规则都以简短、独立的小文章形式出现,这些小文章包含了详细而精确的建议,以及对语言中许多细微之处的深入分析,并通过例子代码加以进一步说明。贯穿全书的是通用......一起来看看 《Effective Java 中文版》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

html转js在线工具
html转js在线工具

html转js在线工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具