smart-starter-jwt/src/main/java/com/qianwen/core/jwt/props/JwtProperties.java
@@ -4,7 +4,6 @@ import org.springframework.boot.context.properties.ConfigurationProperties; @ConfigurationProperties("blade.token") /* loaded from: blade-starter-jwt-9.3.0.0-SNAPSHOT.jar:org/springblade/core/jwt/props/JwtProperties.class */ public class JwtProperties { private Boolean state = Boolean.FALSE; private Boolean single = Boolean.FALSE;