feat: add switch to disable xxl-job service, update readme

This commit is contained in:
RockYang
2023-11-10 15:22:35 +08:00
parent 414c1de963
commit e0965aae5e
4 changed files with 37 additions and 5 deletions

View File

@@ -74,10 +74,11 @@ type AlipayConfig struct {
}
type XXLConfig struct { // XXL 任务调度配置
Enabled bool
ServerAddr string
AccessToken string
ExecutorIp string
ExecutorPort string
AccessToken string
RegistryKey string
}