diff --git a/doc/X-RETRY文档.md b/doc/X-RETRY文档.md index c8ec7449..ff7c62de 100644 --- a/doc/X-RETRY文档.md +++ b/doc/X-RETRY文档.md @@ -73,4 +73,31 @@ public class ExampleApplication { doc/sql/x_retry.sql ``` +## 配置部署服务端调度平台 +### 组列表 +![group_list.png](./images/group_list.png) + +### 组配置 +![goup_config.png](./images/goup_config.png) + +### 场景配置 +![goup_config.png](./images/goup_config.png) + +### 通知配置 +![notify_config.png](images/notify_config.png) + +### 重试列表 +![retry_task_list.png](./images/retry_task_list.png) + +### 重试日志列表 +![retry_log_list.png](./images/retry_log_list.png) + +### 死信队列列表 +![retry_dead_letter_list.png](./images/retry_dead_letter_list.png) + +### 用户列表 +![user_list.png](./images/user_list.png) + +### 新增用户 +![user_add.png](./images/user_add.png) diff --git a/doc/images/goup_config.png b/doc/images/goup_config.png new file mode 100644 index 00000000..65b463d8 Binary files /dev/null and b/doc/images/goup_config.png differ diff --git a/doc/images/group_list.png b/doc/images/group_list.png new file mode 100644 index 00000000..8f6aa909 Binary files /dev/null and b/doc/images/group_list.png differ diff --git a/doc/images/nofity_config.png b/doc/images/nofity_config.png new file mode 100644 index 00000000..a09f42c0 Binary files /dev/null and b/doc/images/nofity_config.png differ diff --git a/doc/images/notify_config.png b/doc/images/notify_config.png new file mode 100644 index 00000000..34e1ae60 Binary files /dev/null and b/doc/images/notify_config.png differ diff --git a/doc/images/retry_dead_letter_list.png b/doc/images/retry_dead_letter_list.png new file mode 100644 index 00000000..088f7a6e Binary files /dev/null and b/doc/images/retry_dead_letter_list.png differ diff --git a/doc/images/retry_log_list.png b/doc/images/retry_log_list.png new file mode 100644 index 00000000..78fce929 Binary files /dev/null and b/doc/images/retry_log_list.png differ diff --git a/doc/images/retry_task_list.png b/doc/images/retry_task_list.png new file mode 100644 index 00000000..097e062e Binary files /dev/null and b/doc/images/retry_task_list.png differ diff --git a/doc/images/user_add.png b/doc/images/user_add.png new file mode 100644 index 00000000..581500c6 Binary files /dev/null and b/doc/images/user_add.png differ diff --git a/doc/images/user_list.png b/doc/images/user_list.png new file mode 100644 index 00000000..99e17c0c Binary files /dev/null and b/doc/images/user_list.png differ diff --git a/x-retry.iml b/x-retry.iml deleted file mode 100644 index f409c0ea..00000000 --- a/x-retry.iml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file