Commit bbb6a2d1 by 孙龙

Update readme.md

parent e1782c3c
Showing with 22 additions and 5 deletions
go run .\worker\main\worker.go -config=./worker\main\worker.json
go build -o {path}/cmd/worker {path}/worker/main/worker.go
\ No newline at end of file
** master:**
主要负责接收后台对任务的管理 提供api接口
go run .\master\main\master.go -config= .\master\main\master.json
** worker:**
监听任务,执行任务,任务调度
go run .\worker\main\worker.go -config=./worker\main\worker.json -logDir=./logs/worker
项目框架解析:
供学习爱好者
![avatar](http://img.ichunt.com/images/ichunt/github/7284e422b8f388375017149554441ec1.jpeg)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment