编辑文档
@ -73,4 +73,31 @@ public class ExampleApplication {
|
|||||||
doc/sql/x_retry.sql
|
doc/sql/x_retry.sql
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## 配置部署服务端调度平台
|
||||||
|
|
||||||
|
### 组列表
|
||||||
|

|
||||||
|
|
||||||
|
### 组配置
|
||||||
|

|
||||||
|
|
||||||
|
### 场景配置
|
||||||
|

|
||||||
|
|
||||||
|
### 通知配置
|
||||||
|

|
||||||
|
|
||||||
|
### 重试列表
|
||||||
|

|
||||||
|
|
||||||
|
### 重试日志列表
|
||||||
|

|
||||||
|
|
||||||
|
### 死信队列列表
|
||||||
|

|
||||||
|
|
||||||
|
### 用户列表
|
||||||
|

|
||||||
|
|
||||||
|
### 新增用户
|
||||||
|

|
||||||
|
BIN
doc/images/goup_config.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
doc/images/group_list.png
Normal file
After Width: | Height: | Size: 183 KiB |
BIN
doc/images/nofity_config.png
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
doc/images/notify_config.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
doc/images/retry_dead_letter_list.png
Normal file
After Width: | Height: | Size: 208 KiB |
BIN
doc/images/retry_log_list.png
Normal file
After Width: | Height: | Size: 267 KiB |
BIN
doc/images/retry_task_list.png
Normal file
After Width: | Height: | Size: 248 KiB |
BIN
doc/images/user_add.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
doc/images/user_list.png
Normal file
After Width: | Height: | Size: 128 KiB |
12
x-retry.iml
@ -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>
|
|