golang-爬虫数据采集-beego框架

0次阅读

共计 247 个字符,预计需要花费 1 分钟才能阅读完成。

项目地址

https://github.com/webtao520/golang_reptile

开发电脑系统:mac
开发语言版本:go1.14.3
涉及框架版本:Beego
开发软件版本:vscode
数据库版本:MySQL 5.7.53
Redis 版本:Redis 2.6.12

需要安装

go get github.com/astaxie/beego 
go get github.com/beego/bee

运行 bee run 即可运行项目 打开浏览器访问 http://127.0.0.1:8888/reptile 即可启动爬虫

正文完
 0