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
service init 7 years ago
.gitignore 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

web-interface

项目简介

1.提供空间接口

编译环境

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

依赖包

1.公共包go-common

编译执行

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

特别说明

http接口文档可参考 http://info.bilibili.co/pages/viewpage.action?pageId=4531201