分布式补偿重试组件


License

License

GroupId

GroupId

io.github.kunghsu1021
ArtifactId

ArtifactId

redo
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

分布式补偿重试组件
分布式补偿重试组件
Project URL

Project URL

https://github.com/kunghsu1021/Redo
Source Code Management

Source Code Management

https://github.com/kunghsu1021/Redo.git

Download redo

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.kunghsu1021/redo/ -->
<dependency>
    <groupId>io.github.kunghsu1021</groupId>
    <artifactId>redo</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.kunghsu1021/redo/
implementation 'io.github.kunghsu1021:redo:1.0.3'
// https://jarcasting.com/artifacts/io.github.kunghsu1021/redo/
implementation ("io.github.kunghsu1021:redo:1.0.3")
'io.github.kunghsu1021:redo:jar:1.0.3'
<dependency org="io.github.kunghsu1021" name="redo" rev="1.0.3">
  <artifact name="redo" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.kunghsu1021', module='redo', version='1.0.3')
)
libraryDependencies += "io.github.kunghsu1021" % "redo" % "1.0.3"
[io.github.kunghsu1021/redo "1.0.3"]

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.9

provided (6)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter jar 2.1.6.RELEASE
org.springframework.boot : spring-boot-starter-web jar 2.1.6.RELEASE
org.springframework.boot : spring-boot-starter-aop jar 2.1.6.RELEASE
org.mybatis.spring.boot : mybatis-spring-boot-starter jar 1.3.4
com.alibaba : druid-spring-boot-starter jar 1.1.20
org.springframework.boot : spring-boot-starter-log4j2 jar 2.1.6.RELEASE

runtime (1)

Group / Artifact Type Version
mysql : mysql-connector-java jar 5.1.47

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.1.6.RELEASE

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.3
1.0.2
1.0.1
1.0.0