cn.lingyangwl.framework.lock.constant.LockBeanName Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lock-spring-boot-starter Show documentation
Show all versions of lock-spring-boot-starter Show documentation
lingyang framework 适用所有java项目的公共库, 方便快速集成和使用, 提供工作效率
The newest version!
package cn.lingyangwl.framework.lock.constant;
/**
* 锁的 bean 名字
*
* @author shenguangyang
*/
public class LockBeanName {
public static final String INTEGRATION_REDIS_SERVICE = "integrationRedisService";
public static final String CURATOR_SERVICE = "curatorService";
public static final String REDISSON_SERVICE = "redissonService";
}