编辑文档

This commit is contained in:
byteblogs168 2023-01-14 19:55:44 +08:00
parent 6d5df140e0
commit 2305ad070f
11 changed files with 27 additions and 12 deletions

View File

@ -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)

BIN
doc/images/goup_config.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
doc/images/group_list.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 183 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 208 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 267 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 KiB

BIN
doc/images/user_add.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
doc/images/user_list.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

View File

@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
<output url="file://$MODULE_DIR$/target/classes" />
<output-test url="file://$MODULE_DIR$/target/test-classes" />
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/target" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>