Browse Source

♻️ 修改模块名称

3.x
Yangkai.Shen 2 years ago
parent
commit
63990bf3cb
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      demo-distributed-lock/pom.xml
  2. +1
    -1
      pom.xml

demo-idempotent/pom.xml → demo-distributed-lock/pom.xml View File

@@ -10,7 +10,7 @@

<modelVersion>4.0.0</modelVersion>

<artifactId>demo-idempotent</artifactId>
<artifactId>demo-distributed-lock</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>


+ 1
- 1
pom.xml View File

@@ -24,7 +24,7 @@
<module>demo-api-doc</module>
<module>demo-monitor</module>
<module>demo-rate-limit</module>
<module>demo-idempotent</module>
<module>demo-distributed-lock</module>
<module>demo-workflow</module>
<module>demo-package</module>
<module>demo-others</module>


Loading…
Cancel
Save