com.suchtool.nicelock.property.NiceLockProperty Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nicelock-spring-boot-starter Show documentation
Show all versions of nicelock-spring-boot-starter Show documentation
nice distribution lock for SpringBoot project
package com.suchtool.nicelock.property;
import lombok.Data;
@Data
public class NiceLockProperty {
/**
* 存到Redis里的key的前缀
*/
private String keyPrefix = "nicelock";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy