Skip to content

Commit

Permalink
#1100 小程序模块添加Redis配置类WxMaInRedisConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
winter4666 authored and binarywang committed Jul 8, 2019
1 parent 37f5e59 commit 16bb8f1
Show file tree
Hide file tree
Showing 3 changed files with 411 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.16.18</version>
<version>1.18.8</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 6 additions & 0 deletions weixin-java-miniapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
<dependency>
<groupId>com.github.jedis-lock</groupId>
<artifactId>jedis-lock</artifactId>
<version>1.0.0</version>
<optional>true</optional>
</dependency>
</dependencies>

<build>
Expand Down
Loading

0 comments on commit 16bb8f1

Please sign in to comment.