cd $GOPATH/src
git clone https://github.com/winlion/restgo-admin.git
你将得到restgo-admin 目录
进入目录
cd restgo-admin
go run main.go
新建数据库名称为restgo-admin,编码为utf-8
将restgo-admin.sql导入到数据库中
修改conf/app.properties文件24行数据库配置
restgo.datasource.default.dataSourceName=root:root@/restgo-admin?charset=utf8
数据库配置方式有如下几种,详细请自行百度
user@unix(/path/to/socket)/dbname?charset=utf8
user:password@tcp(localhost:5555)/dbname?charset=utf8
user:password@/dbname
user:password@tcp([de:ad:be:ef::ca:fe]:80)/dbname
使用前先使用如下指令安装指令安装文件
go get github.com/go-sql-driver/mysql
go get -v -u github.com/alecthomas/log4go
go get github.com/gin-gonic/gin
go get github.com/go-sql-driver/mysql
go get github.com/go-xorm/xorm
go get github.com/tommy351/gin-sessions
使用前先使用如下指令启动应用
go run main.go
浏览器使用http://localhost/即可访问
初始用户admin,密码rootme@1
使用账号18600000000或admin@qq.com,密码rootme@1也可以
window下使用如下指令打包应用
build-windows.bat
linux/unix下使用如下指令
#chmod +x ./build-unix
#./build-unix
打包前请认真阅读配置文件说明
配置文件说明https://blog.csdn.net/keytounix/article/details/79336528
相关参数配置请移步 我的csdn博客https://blog.csdn.net/keytounix
https://blog.csdn.net/keytounix
go get github.com/nsf/gocode
go get github.com/uudashr/gopkgs/cmd/gopkgs
go get github.com/fatih/gomodifytags
go get github.com/haya14busa/goplay/cmd/goplay
go get github.com/derekparker/delve/cmd/dlv
如果你使用的是vscode,安装问题请访问 https://www.cnblogs.com/Leo_wl/p/8242628.html
我的微信 jiepool-winlion
我的qq 271151388