下载beego go get -u github.com/astaxie/beego
go get github.com/beego/bee
标题创建项目 bee api demo_name -conn=“root:root@tcp(127.0.0.1:12581)/custom_table”
标题生成代码 bee generate appcode -driver=mysql -conn=“root:root@tcp(127.0.0.1:12581)/custom_table”
标题生成文档 【beego常用命令】bee run -gendoc=true -downdoc=true
推荐阅读
- Go|Docker后端部署详解(Go+Nginx)
- GO|GO,GO,GO!
- Go成长之路|go中判断空字符串、nil和len(t)的用法
- go编译tools
- go grpc安装与使用
- goroutine 调度原理
- Go|Go进阶之路——复杂类型
- Go进阶之路——变量
- Go进阶之路——流程控制语句