yangys
2024-05-18 cc0bdfb33ef638dfafe3185c92c7076d815e1c9b
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;