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:
  • Constructor Details

    • RedLockProperties

      public RedLockProperties()
  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet()
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean