yangys
2024-05-10 e723f28d33de6348849e90352d56f7a600e62456
smart-starter-redis/src/main/java/com/qianwen/core/redis/lock/BladeLockProperties.java
@@ -3,7 +3,6 @@
import org.springframework.boot.context.properties.ConfigurationProperties;
@ConfigurationProperties(BladeLockProperties.PREFIX)
/* loaded from: blade-starter-redis-9.3.0.0-SNAPSHOT.jar:org/springblade/core/redis/lock/BladeLockProperties.class */
public class BladeLockProperties {
    public static final String PREFIX = "blade.lock";
    private String password;