style: 取消行尾注释
This commit is contained in:
@@ -66,7 +66,8 @@ public class RedisCacheConfig {
|
|||||||
if (!redisProperties.isUseKeyPrefix()) {
|
if (!redisProperties.isUseKeyPrefix()) {
|
||||||
config = config.disableKeyPrefix();
|
config = config.disableKeyPrefix();
|
||||||
}
|
}
|
||||||
config = config.computePrefixWith(name -> name + ":");//覆盖默认key双冒号 CacheKeyPrefix#prefixed
|
// 覆盖默认key双冒号 CacheKeyPrefix#prefixed
|
||||||
|
config = config.computePrefixWith(name -> name + ":");
|
||||||
return config;
|
return config;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user