🐛 #1182 修复公众号spring-boot-starter jedis依赖丢失问题,并优化代码,方便直接注入子service对象

This commit is contained in:
Mario Luo
2019-08-29 09:10:04 +08:00
committed by Binary Wang
parent 2eb0aa574c
commit b0ff3f0e93
2 changed files with 106 additions and 29 deletions

View File

@@ -38,6 +38,7 @@
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>