Commit cba01508 by 李秋伟

Merge branch 'dev' into 'master'

modify

Closes #7

See merge request mall/arch/matrix!4
parents 206334ca 22992b90
...@@ -29,6 +29,7 @@ public class MatrixeRedisAutoConfiguration { ...@@ -29,6 +29,7 @@ public class MatrixeRedisAutoConfiguration {
redisTemplate.setHashValueSerializer(stringSerializer); redisTemplate.setHashValueSerializer(stringSerializer);
return redisTemplate; return redisTemplate;
} }
@Bean @Bean
@ConditionalOnMissingBean(MatrixRedisClusterUtils.class) @ConditionalOnMissingBean(MatrixRedisClusterUtils.class)
public MatrixRedisClusterUtils jedisClusterUtils() { public MatrixRedisClusterUtils jedisClusterUtils() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment