写GO后端还不如睡大觉
可以在conf/app.conf 中的
accesskeyid = 填入你的ID
accesskeysecret = 填入你的密码
endpoint = oss-cn-hangzhou.aliyuncs.com
这些东西里头修改
git config --global http.proxy http://127.0.0.1:8889
git config --global --unset http.proxy
在控制台中进入当前目录,输入go run main.go
或者使用bee工具,在控制台中输入bee run即可
另外需要创建 conf/app.conf文件
在里面输入自己想要的设置:
appname = FileSys
httpport = 8080
runmode = dev
autorender = false
copyrequestbody = true
EnableDocs = true
sqlconn =
accesskeyid = *************
accesskeysecret = *************
endpoint = oss-cn-hangzhou.aliyuncs.com
输入bee run -gendoc=true -downdoc=true
运行项目之后 在浏览器中输入 localhost:8080/swagger/# 就可以访问辣!