Files
ppgo_job/README.md
2017-06-23 14:46:54 +08:00

13 lines
308 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
PPGo_Job
====
定时任务管理
代码参考自https://github.com/lisijie/webcron.git
安装方法
----
1、go get github.com/george518/PPGo_Job
2、创建mysql数据库并将ppgo_job.sql导入
3、修改config 配置数据库
4、运行 go install main.go
5、运行 PPGo_Job