类 RedisSingleConfig
- java.lang.Object
-
- xin.manong.weapon.base.redis.RedisConfig
-
- xin.manong.weapon.base.redis.RedisSingleConfig
-
@ConfigurationProperties(prefix="weapon.common.redis.client.single") public class RedisSingleConfig extends RedisConfig
redis单点服务配置信息- 作者:
- frankcl
-
-
字段概要
字段 修饰符和类型 字段 说明 StringaddressIntegerdb-
从类继承的字段 xin.manong.weapon.base.redis.RedisConfig
codec, codecClassName, connectionPoolSize, password, timeout
-
-
构造器概要
构造器 构造器 说明 RedisSingleConfig()
-
-
-
方法详细资料
-
check
public boolean check()
检测配置有效性- 覆盖:
check在类中RedisConfig- 返回:
- 有效返回true,否则返回false
-
-