Files
ppgo_job/README.md
郝大全 1300ca1a8b 修改安装和启动方法
数据库表更新更新两个字段
2017-06-30 16:56:01 +08:00

13 lines
305 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 build
5、运行 ./run.sh start|stop