飞克网

标题: beego第三方插件的应用 [打印本页]

作者: admin    时间: 2018-4-11 19:46
标题: beego第三方插件的应用
网址:https://beego.me
1、用CMD,下载插件:
$ go get -u github.com/astaxie/beego

$ go get -u github.com/beego/bee
$ go get github.com/astaxie/beego/validation  //表单验证插件

go get github.com/astaxie/beego/session  //安装 session

2、
Windows 平台下输入:
>cd %GOPATH%/src  //进入GOPATH的src项目下
>bee new hello          //新建一个hello项目
>cd hello                  //进入这项目
>bee run hello         //启动项目程序


3、如果无法下载beego
在防火墙--高级设置--入站规则和出站规则-----名称是网络发现的服务全部启用





欢迎光临 飞克网 (http://feikechina.com/) Powered by Discuz! X3.2