1.bee 工具的安装 go get github.com/beego/bee 2.创建一个新的项目 新建 Web 项目 bee new myproject 创建 API 应用 bee api apiproject 3.运行项目 bee run