You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
root beccf3fe43 init 7 years ago
..
cmd init 7 years ago
conf init 7 years ago
dao init 7 years ago
http init 7 years ago
model init 7 years ago
rpc init 7 years ago
service init 7 years ago
BUILD init 7 years ago
CHANGELOG.md init 7 years ago
CONTRIBUTORS.md init 7 years ago
OWNERS init 7 years ago
README.md init 7 years ago

README.md

activity

项目简介

1.活动相关高并发接口

编译环境

请使用golang v1.7.x以上版本编译执行。

依赖包

1.公共包go-common

编译执行

在主目录执行go build。
编译后可执行 ./activity -conf activity-test.toml 使用项目本地配置文件启动服务。
也可执行 ./activity -conf_appid=activity -conf_version=v2.1.0 -conf_host=172.16.33.134:9011 -conf_path=/data/conf/activity -conf_env=10 -conf_token=SEHXM8x1vYhIUaZvQUmyWnMYJrF9jHJY 使用配置中心测试环境配置启动服务,如无法启动,可检查token是否正确。