This commit is contained in:
marsal wang
2021-12-28 18:32:23 +08:00
parent 46dcbdf809
commit 07c3582aeb
8 changed files with 98 additions and 18 deletions

View File

@ -0,0 +1,4 @@
INSERT INTO `xxl_job_group`(`id`, `app_name`, `title`, `address_type`, `address_list`) VALUES (1, 'job-executor-sa-admin', 'sa-admin', 1, 'http://192.168.10.5:9801/,http://192.168.10.7:9801/');
INSERT INTO `xxl_job_group`(`id`, `app_name`, `title`, `address_type`, `address_list`) VALUES (2, 'job-executor-sa-app', 'sa-app', 1, 'http://192.168.10.5:9803/');
INSERT INTO `xxl_job_group`(`id`, `app_name`, `title`, `address_type`, `address_list`) VALUES (3, 'job-executor-sa-response', 'sa-response', 1, 'http://192.168.10.5:9804/');
INSERT INTO `xxl_job_group`(`id`, `app_name`, `title`, `address_type`, `address_list`) VALUES (4, 'job-executor-gps-pass', 'gps-pass', 1, 'http://192.168.10.4:9806/');