All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.saphyra.authservice.configuration.PropertyConfiguration Maven / Gradle / Ivy

package com.github.saphyra.authservice.configuration;

import lombok.Getter;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Component;

@Component
@Getter
public class PropertyConfiguration {
    @Value("${com.github.saphyra.authservice.access-token.expiration-seconds}")
    private long expirationSeconds;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy