BeegoCURD

command module
v0.0.0-...-59d3035 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 22, 2017 License: MIT Imports: 10 Imported by: 0

README

#BeegoCURD ######version 0.0.1a

###一、简单描述 通过简单的命令行快速构建基于Beego1.9和Bootstrap3的CURD项目(通过数据库自动生成对应表的CURD全套MVC代码)。

/*在已完成Golang环境搭建的前提下,搭建Beego开发环境*/
go get -u -v github.com/astaxie/beego
go get -u -v github.com/astaxie/beego/orm
go get -u -v github.com/beego/bee
go get -u -v github.com/go-sql-driver/mysql
/*查看版本*/
bee version
/*安装BeegoCURD*/
go get gitee.com/Lione/BeegoCURD

/*在$GOPATH/src/目录下尝试创建项目*/
BeegoCURD -conn="root:password@tcp(127.0.0.1:3306)/dbname"

###二、作者当前开发环境版本 ├── Beego : 1.9.0
├── GoVersion : go1.8.3
├── GOOS : linux
├── GOARCH : amd64
├── NumCPU : 4
├── GOPATH : /home/lione/gocode
├── GOROOT : /home/lione/golang
├── Compiler : gc
└── Date : Thursday, 20 Jul 2017


###三、简单示范与介绍 1.项目创建成功后首页 无 ps:导航栏按钮根据数据库结构生成

2.模块(表)Index列表 无

3.模块(表)Create表单 无

4.模块(表)Update表单 无

5.模块(表)View列表 无

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
example
Pj
vender
lib

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL