feat: 2.4.0
1. 发布2.4.0
This commit is contained in:
parent
d6389d2b2c
commit
26e0c62e33
easy-retry-client
easy-retry-server
easy-retry-server-common
easy-retry-server-job-task
easy-retry-server-retry-task
easy-retry-server-starter
pom.xml
src/main/resources/admin
index.html
js
app.55226107.jsapp.fbc667ee.jschunk-14460cf6.ba64e025.jschunk-21fb57e4.40be9dc5.jschunk-251479d0.7a8d2c84.jschunk-2b85f358.63a36e7a.jschunk-2d0a4079.dee15a21.jschunk-2d0b7230.476cbe12.jschunk-2d0c8f97.a4d73978.jschunk-2d0f085f.0f61a4a1.jschunk-2d228eef.0398087c.jschunk-302646ae.1a1b80e8.jschunk-35f76107.fdac78cc.jschunk-3dc95b30.17d32272.jschunk-3f8db0bc.04673bd6.jschunk-4a09f8b6.1e69c363.jschunk-4f8c0f1b.8a70834e.jschunk-54cc2708.76a4766a.jschunk-5b7b2d68.19566250.jschunk-5e963790.18559ca6.jschunk-748d9b9d.a850a4f3.jschunk-74bac939.a5f2d9dc.jschunk-77f5bb26.7123b4be.jschunk-a4968d56.5f51dd91.jschunk-b5a4bc00.49fd224d.jschunk-d8216538.7aa63bd4.jschunk-vendors.d0825c7d.jsfail.67c09458.jslang-zh-CN.973fe089.jsuser.5a34bb57.js
easy-retry-server-web
pom.xml@ -12,6 +12,8 @@
|
|||||||
|
|
||||||
|
|
||||||
<artifactId>easy-retry-client-common</artifactId>
|
<artifactId>easy-retry-client-common</artifactId>
|
||||||
|
<name>easy-retry-client-common</name>
|
||||||
|
<description>easy-retry-client-common</description>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<maven.compiler.source>8</maven.compiler.source>
|
<maven.compiler.source>8</maven.compiler.source>
|
||||||
|
@ -11,6 +11,8 @@
|
|||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>easy-retry-client-job-core</artifactId>
|
<artifactId>easy-retry-client-job-core</artifactId>
|
||||||
|
<name>easy-retry-client-job-core</name>
|
||||||
|
<description>easy-retry-client-job-core</description>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<maven.compiler.source>8</maven.compiler.source>
|
<maven.compiler.source>8</maven.compiler.source>
|
||||||
|
@ -11,6 +11,9 @@
|
|||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>easy-retry-client</artifactId>
|
<artifactId>easy-retry-client</artifactId>
|
||||||
|
<name>easy-retry-client</name>
|
||||||
|
<description>easy-retry-client</description>
|
||||||
|
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<modules>
|
<modules>
|
||||||
<module>easy-retry-client-common</module>
|
<module>easy-retry-client-common</module>
|
||||||
|
@ -11,6 +11,8 @@
|
|||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>easy-retry-server-common</artifactId>
|
<artifactId>easy-retry-server-common</artifactId>
|
||||||
|
<name>easy-retry-server-common</name>
|
||||||
|
<description>easy-retry-server-common</description>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
@ -11,6 +11,8 @@
|
|||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>easy-retry-server-job-task</artifactId>
|
<artifactId>easy-retry-server-job-task</artifactId>
|
||||||
|
<name>easy-retry-server-job-task</name>
|
||||||
|
<description>easy-retry-server-job-task</description>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
@ -11,6 +11,8 @@
|
|||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>easy-retry-server-retry-task</artifactId>
|
<artifactId>easy-retry-server-retry-task</artifactId>
|
||||||
|
<name>easy-retry-server-retry-task</name>
|
||||||
|
<description>easy-retry-server-retry-task</description>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
@ -71,4 +71,9 @@
|
|||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
<build>
|
||||||
|
<finalName>easy-retry-server</finalName>
|
||||||
|
</build>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -11,6 +11,8 @@
|
|||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>easy-retry-server-web</artifactId>
|
<artifactId>easy-retry-server-web</artifactId>
|
||||||
|
<name>easy-retry-server-web</name>
|
||||||
|
<description>easy-retry-server-web</description>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
@ -107,7 +107,6 @@
|
|||||||
|
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<finalName>easy-retry-server</finalName>
|
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
Loading…
Reference in New Issue
Block a user