🎨 优化公众号Spring Boot Starter的redisTemplate注入等代码
This commit is contained in:
@@ -41,7 +41,7 @@ public class WxCpRedissonConfigImpl extends WxCpDefaultConfigImpl {
|
||||
this(redissonClient, null);
|
||||
}
|
||||
|
||||
private WxCpRedissonConfigImpl(@NonNull WxRedisOps redisOps, String keyPrefix) {
|
||||
public WxCpRedissonConfigImpl(@NonNull WxRedisOps redisOps, String keyPrefix) {
|
||||
this.redisOps = redisOps;
|
||||
this.keyPrefix = keyPrefix;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user