Class RedLockProperties
java.lang.Object
com.github.yingzhuo.springboot.redlock.RedLockProperties
- All Implemented Interfaces:
Serializable,org.springframework.beans.factory.InitializingBean
@ConfigurationProperties(prefix="red-lock")
public class RedLockProperties
extends Object
implements org.springframework.beans.factory.InitializingBean, Serializable
红锁配置信息
- Since:
- 0.1.0
- Author:
- 应卓
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class切面相关配置static class节点配置项 -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RedLockProperties
public RedLockProperties()
-
-
Method Details
-
afterPropertiesSet
public void afterPropertiesSet()- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean
-