We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5370947 commit 0113c0eCopy full SHA for 0113c0e
redis-distributed-lock-demo-spring/pom.xml
@@ -101,7 +101,7 @@
101
<dependency>
102
<groupId>com.alibaba</groupId>
103
<artifactId>fastjson</artifactId>
104
- <version>1.2.7</version>
+ <version>1.2.31</version>
105
</dependency>
106
</dependencies>
107
redis-distributed-lock-starter-demo/pom.xml
@@ -4,7 +4,7 @@
4
<modelVersion>4.0.0</modelVersion>
5
6
<groupId>com.snowalker</groupId>
7
- <artifactId>demo</artifactId>
+ <artifactId>redis-distributed-lock-starter-demo</artifactId>
8
<version>0.0.1-SNAPSHOT</version>
9
<packaging>jar</packaging>
10
0 commit comments