添加幂等模块
This commit is contained in:
@@ -149,6 +149,18 @@
|
||||
<artifactId>xtools-boot-core</artifactId>
|
||||
<version>${xtools.version}</version>
|
||||
</dependency>
|
||||
<!-- xtools-boot-idempotent-base -->
|
||||
<dependency>
|
||||
<groupId>org.xujun</groupId>
|
||||
<artifactId>xtools-boot-idempotent-base</artifactId>
|
||||
<version>${xtools.version}</version>
|
||||
</dependency>
|
||||
<!-- xtools-boot-idempotent-web -->
|
||||
<dependency>
|
||||
<groupId>org.xujun</groupId>
|
||||
<artifactId>xtools-boot-idempotent-web</artifactId>
|
||||
<version>${xtools.version}</version>
|
||||
</dependency>
|
||||
<!-- xtools-boot-cache-redis -->
|
||||
<dependency>
|
||||
<groupId>org.xujun</groupId>
|
||||
|
||||
Reference in New Issue
Block a user