com.mercateo.spring.security.jwt.token.config.JWTConfigData Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-security-jwt Show documentation
Show all versions of spring-security-jwt Show documentation
JWT authentication with spring security
package com.mercateo.spring.security.jwt.token.config;
import com.mercateo.immutables.DataClass;
import org.immutables.value.Value;
@Value.Immutable
@DataClass
public interface JWTConfigData extends JWTConfig {
static ImmutableJWTConfigData.Builder builder() {
return ImmutableJWTConfigData.builder();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy